From 6d5a536c68338dd748017cfeddfa13f9c116469f Mon Sep 17 00:00:00 2001 From: stancl Date: Sat, 10 Aug 2019 11:19:31 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' // ]);