File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 22
33namespace Soap \WorkflowStorage \Tests ;
44
5- use function Orchestra \Testbench \workbench_path ;
65use Illuminate \Database \Eloquent \Factories \Factory ;
76use Illuminate \Foundation \Testing \RefreshDatabase ;
87use Illuminate \Support \Str ;
98use Orchestra \Testbench \Concerns \WithWorkbench ;
10-
119use Orchestra \Testbench \TestCase as Orchestra ;
1210use Soap \WorkflowStorage \WorkflowStorageServiceProvider ;
1311
12+ use function Orchestra \Testbench \workbench_path ;
13+
1414class TestCase extends Orchestra
1515{
1616 use RefreshDatabase;
@@ -30,8 +30,8 @@ protected function setUp(): void
3030 return 'Soap \\WorkflowStorage \\Database \\Factories \\' .class_basename ($ modelName ).'Factory ' ;
3131
3232 });
33-
34- $ this ->loadMigrationsFrom (__DIR__ .'/../database/migrations ' ); // load the package migrations
33+
34+ $ this ->loadMigrationsFrom (__DIR__ .'/../database/migrations ' ); // load the package migrations
3535 }
3636
3737 protected function getPackageProviders ($ app )
@@ -41,9 +41,7 @@ protected function getPackageProviders($app)
4141 ];
4242 }
4343
44- public function getEnvironmentSetUp ($ app )
45- {
46- }
44+ public function getEnvironmentSetUp ($ app ) {}
4745
4846 /**
4947 * Define database migrations.
You can’t perform that action at this time.
0 commit comments