public function MemcacheCacheTest::tearDown in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcacheCacheTest.php \Doctrine\Tests\Common\Cache\MemcacheCacheTest::tearDown()
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ MemcacheCacheTest.php, line 26
Class
Namespace
Doctrine\Tests\Common\CacheCode
public function tearDown() {
if ($this->memcache instanceof Memcache) {
$this->memcache
->flush();
}
}