1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 12:24:04 +00:00

set default redis client to predis in tests

This commit is contained in:
Samuel Štancl 2024-01-28 00:06:06 +01:00
parent d210b77f61
commit f8a86a426d

View file

@ -61,6 +61,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
'database.redis.cache.host' => env('TENANCY_TEST_REDIS_HOST', '127.0.0.1'),
'database.redis.default.host' => env('TENANCY_TEST_REDIS_HOST', '127.0.0.1'),
'database.redis.options.prefix' => 'foo',
'database.redis.client' => 'predis',
'database.connections.central' => [
'driver' => 'mysql',
'url' => env('DATABASE_URL'),