From 0fe2d2de878a706d875bb0cfdb9b33ecf6c63556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 20 Sep 2019 17:06:55 +0200 Subject: [PATCH] Fix 'no such table' --- tests/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCase.php b/tests/TestCase.php index 56342ae3..a7146e4c 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -99,6 +99,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase 'database.redis.client' => env('TENANCY_TEST_REDIS_CLIENT', 'phpredis'), 'tenancy.redis.prefixed_connections' => ['default'], 'tenancy.migrations_directory' => database_path('../migrations'), + 'tenancy.storage.db.connection' => 'central', ]); if (env('TENANCY_TEST_STORAGE_DRIVER', 'redis') === 'redis') {