InteractsWithRedis

trait InteractsWithRedis (View source)

Methods

void setUpRedis()

Setup redis connection.

void tearDownRedis()

Teardown redis connection.

array redisDriverProvider()

Get redis driver provider.

void ifRedisAvailable(callable $callback)

Run test if redis is available.

Details

void setUpRedis()

Setup redis connection.

Return Value

void

void tearDownRedis()

Teardown redis connection.

Return Value

void

array redisDriverProvider()

Get redis driver provider.

Return Value

array

void ifRedisAvailable(callable $callback)

Run test if redis is available.

Parameters

callable $callback

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.6/Illuminate/Foundation/Testing/Concerns/InteractsWithRedis.html