public function setUp() { parent::setUp(); // Don't forget this! $this->redis = \RedisLV4::connection(); $this->redis->flushall(); $this->prepareForTests(); }
public function boot() { if (is_null($this->redis)) { $this->redis = \RedisLV4::connection(); } }