set('config', new Config([ 'redis' => [ 'host' => 'localhost', 'port' => 6379, 'password' => '', 'database' => 13, ] ])); $this->driver = new RedisDriver($container); } public function tearDown() { parent::tearDown(); $this->driver->__destruct(); } }