[Translation][debug cmd] fixed failing tests.

This commit is contained in:
Abdellatif Ait boudad 2015-06-25 12:14:41 +00:00
parent a85ed5097b
commit 33413153c9

View File

@ -58,6 +58,7 @@ class TranslationDebugCommandTest extends \PHPUnit_Framework_TestCase
$this->fs = new Filesystem();
$this->translationDir = sys_get_temp_dir().'/'.uniqid('sf2_translation');
$this->fs->mkdir($this->translationDir.'/Resources/translations');
$this->fs->mkdir($this->translationDir.'/Resources/views');
}
protected function tearDown()