From 616b485416f610532e4616f5ce3ea83bc4af1775 Mon Sep 17 00:00:00 2001 From: stancl Date: Sat, 19 Oct 2019 21:51:58 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/DatabaseManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DatabaseManagerTest.php b/tests/DatabaseManagerTest.php index 10ba4ddd..9195ef69 100644 --- a/tests/DatabaseManagerTest.php +++ b/tests/DatabaseManagerTest.php @@ -50,7 +50,7 @@ class DatabaseManagerTest extends TestCase public function ending_tenancy_doesnt_purge_the_central_connection() { $this->markTestIncomplete('Seems like this only happens on MySQL?'); - + // regression test for https://github.com/stancl/tenancy/pull/189 // config(['tenancy.migrate_after_creation' => true]);