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