Skip to content

Commit

Permalink
config test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cklei-carly committed Nov 11, 2024
1 parent 4395b2e commit 01cc11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
.idea
.phpunit.result.cache
.phpunit.cache
.vscode
build
composer.lock
Expand Down
4 changes: 1 addition & 3 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ public function getEnvironmentSetUp($app)
{
config()->set('database.default', 'testing');

/*
$migration = include __DIR__.'/../database/migrations/create_filament-advanced-fields_table.php.stub';
$migration = include __DIR__.'/../database/migrations/create_advanced_fields_table.php.stub';
$migration->up();
*/
}
}

0 comments on commit 01cc11a

Please sign in to comment.