File
- drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/FileCacheReaderTest.php, line 19
Class
- FileCacheReaderTest
Namespace
Doctrine\Tests\Common\Annotations
Code
public function tearDown() {
foreach (glob($this->cacheDir . '/*.php') as $file) {
unlink($file);
}
rmdir($this->cacheDir);
}