diff --git a/tests/TestCase.php b/tests/TestCase.php index 6b499908..5561311e 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -26,7 +26,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase // $this->loadLaravelMigrations(); $this->loadMigrationsFrom(__DIR__ . '/../src/assets/migrations'); - + // Artisan::call('migrate:fresh', [ // '--path' => __DIR__ . '/../src/assets/migrations' // ]);