Skip to content

Commit e8cac88

Browse files
committed
Update TestCase.php
1 parent 767260b commit e8cac88

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/TestCase.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@
88

99
class TestCase extends Orchestra
1010
{
11-
protected function setUp(): void
12-
{
13-
parent::setUp();
14-
15-
Factory::guessFactoryNamesUsing(
16-
fn (string $modelName) => 'LaraZeus\\Progress\\Database\\Factories\\'.class_basename($modelName).'Factory'
17-
);
18-
}
19-
2011
protected function getPackageProviders($app)
2112
{
2213
return [
@@ -27,10 +18,5 @@ protected function getPackageProviders($app)
2718
public function getEnvironmentSetUp($app)
2819
{
2920
config()->set('database.default', 'testing');
30-
31-
/*
32-
$migration = include __DIR__.'/../database/migrations/create_progress_table.php.stub';
33-
$migration->up();
34-
*/
3521
}
3622
}

0 commit comments

Comments
 (0)