You are here

protected function TranslatorCacheTest::tearDown in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/translation/Tests/TranslatorCacheTest.php \Symfony\Component\Translation\Tests\TranslatorCacheTest::tearDown()

File

vendor/symfony/translation/Tests/TranslatorCacheTest.php, line 30

Class

TranslatorCacheTest

Namespace

Symfony\Component\Translation\Tests

Code

protected function tearDown() {
  $this
    ->deleteTmpDir();
}