driver = new RedisDriver($this->container); } public function tearDown() { parent::tearDown(); $this->driver->__destruct(); } }