diff --git a/tests/TestCase.php b/tests/TestCase.php index 24a21636..5fad1ed9 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -26,12 +26,12 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase // $this->loadLaravelMigrations(); - // $this->loadMigrationsFrom(realpath(__DIR__ . '/../src/assets/migrations/')); + Artisan::call('migrate:install'); + // $this->loadMigrationsFrom(realpath(__DIR__ . '/../src/assets/migrations')); // Artisan::call('migrate:fresh', [ - // '--path' => __DIR__ . '/../src/assets/migrations/' + // '--path' => __DIR__ . '/../src/assets/migrations' // ]); - // dd(Artisan::output()); if ($this->autoCreateTenant) { $this->createTenant();