From d243309bcff1b607d83cbc08e544f24d40eceff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 24 Mar 2024 04:35:04 +0100 Subject: [PATCH] minor testcase changes --- tests/TestCase.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index c0f7f446..95619a01 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -118,9 +118,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase ], 'tenancy.central_domains' => ['localhost', '127.0.0.1'], 'tenancy.bootstrappers' => [ - DatabaseTenancyBootstrapper::class, - FilesystemTenancyBootstrapper::class, - RootUrlBootstrapper::class, + DatabaseTenancyBootstrapper::class, // todo@tests find why some tests are failing without this (especially 'the tenant connection is fully removed') ], 'queue.connections.central' => [ 'driver' => 'sync',