cache = CacheDriverFactory::create('database'); return $this->cache; } public function tearDown() { $this->cache->clear(); parent::tearDown(); } }