From 91fe36af91535ec9cdef08156c493699beec7f37 Mon Sep 17 00:00:00 2001 From: stancl Date: Fri, 20 Sep 2019 14:58:01 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TenancyBootstrappersTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TenancyBootstrappersTest.php b/tests/TenancyBootstrappersTest.php index ad719dfc..fe463803 100644 --- a/tests/TenancyBootstrappersTest.php +++ b/tests/TenancyBootstrappersTest.php @@ -84,9 +84,9 @@ class TenancyBootstrappersTest extends TestCase $original = config('database.default'); tenancy()->create(['foo.localhost']); tenancy()->init('foo.localhost'); - + $this->assertSame(null, config("database.connections.$original.foo")); - + config(["database.connections.$original.foo" => 'bar']); tenancy()->create(['bar.localhost']); tenancy()->init('bar.localhost');