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');