cache = new APCuCache('localhost'); return $this->cache; } protected function tearDown(): void { $this->cache->clear(false); parent::tearDown(); } }