diff --git a/tests/TestCase.php b/tests/TestCase.php index 234c8b1..f46da50 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -24,7 +24,7 @@ protected function getPackageProviders($app): array protected function defineDatabaseMigrations() { - $this->loadLaravelMigrations(); + // $this->loadLaravelMigrations(); $this->loadMigrationsFrom(__DIR__.'/../database/migrations'); } }