Skip to content

Commit 3db91e1

Browse files
committed
Pinted
1 parent 65dd241 commit 3db91e1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

tests/TestCase.php

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
namespace Soap\WorkflowStorage\Tests;
44

5-
use function Orchestra\Testbench\workbench_path;
65
use Illuminate\Database\Eloquent\Factories\Factory;
76
use Illuminate\Foundation\Testing\RefreshDatabase;
87
use Illuminate\Support\Str;
98
use Orchestra\Testbench\Concerns\WithWorkbench;
10-
119
use Orchestra\Testbench\TestCase as Orchestra;
1210
use Soap\WorkflowStorage\WorkflowStorageServiceProvider;
1311

12+
use function Orchestra\Testbench\workbench_path;
13+
1414
class 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.

0 commit comments

Comments
 (0)