From 170392f15f057b68e672c129e782f808241049f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 15 Aug 2019 19:56:55 +0200 Subject: [PATCH] wip --- tests/TestCase.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();