On this page
InteractsWithRedis
trait InteractsWithRedis (View source)
Methods
void | setUpRedis() Setup redis connection. |
|
void | tearDownRedis() Teardown redis connection. |
|
static array | redisDriverProvider() Get redis driver provider. |
|
void | ifRedisAvailable(callable $callback) Run test if redis is available. |
Details
void setUpRedis()
Setup redis connection.
void tearDownRedis()
Teardown redis connection.
static array redisDriverProvider()
Get redis driver provider.
void ifRedisAvailable(callable $callback)
Run test if redis is available.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Foundation/Testing/Concerns/InteractsWithRedis.html