From 0b6af429de2aae103b4118a33a0e6cfc00ebe2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 26 Feb 2019 22:54:00 +0100 Subject: [PATCH] wip --- tests/CommandsTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index b6f5f291..6b88ce7a 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -54,6 +54,7 @@ class CommandsTest extends TestCase // connection should be tenant at this point. is still sqlite dump(Schema::getConnection()->getName()); // if you remove line 47, connection will be tenant at this point + dd('stop'); $this->assertFalse(Schema::hasTable('users')); tenancy()->init('localhost');