protected function SQLite3Test::tearDown in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/SQLite3CacheTest.php \Doctrine\Tests\Common\Cache\SQLite3Test::tearDown()
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ SQLite3CacheTest.php, line 23
Class
Namespace
Doctrine\Tests\Common\CacheCode
protected function tearDown() {
$this->sqlite = null;
// DB must be closed before
unlink($this->file);
}