diff --git a/tests/TestCase.php b/tests/TestCase.php index 25ed42b..8f6d247 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -28,8 +28,8 @@ protected function getPackageProviders($app): array protected function setUp(): void { parent::setUp(); - $this->loadMigrationsFrom(__DIR__ . '/migrations'); - $this->loadMigrationsFrom(dirname(__DIR__) . '/migrations'); + $this->loadMigrationsFrom(__DIR__ . '../migrations'); + $this->loadMigrationsFrom(dirname(__DIR__) . '../migrations'); } } \ No newline at end of file