You are here

protected function TranslatorCacheTest::setUp 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::setUp()

File

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

Class

TranslatorCacheTest

Namespace

Symfony\Component\Translation\Tests

Code

protected function setUp() {
  $this->tmpDir = sys_get_temp_dir() . '/sf2_translation';
  $this
    ->deleteTmpDir();
}