Skip to content

Commit aee49d4

Browse files
committed
Update TestCase.php
1 parent 5c6ecc7 commit aee49d4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/TestCase.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
use DirectoryTree\Bartender\BartenderServiceProvider;
66
use Orchestra\Testbench\TestCase as BaseTestCase;
77

8-
use function Orchestra\Testbench\laravel_migration_path;
9-
108
class TestCase extends BaseTestCase
119
{
1210
/**
@@ -22,7 +20,7 @@ protected function defineEnvironment($app): void
2220
*/
2321
protected function defineDatabaseMigrations(): void
2422
{
25-
$this->loadMigrationsFrom(laravel_migration_path('/'));
23+
$this->loadLaravelMigrations();
2624
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
2725
}
2826

0 commit comments

Comments
 (0)