bug #15102 [2.6][Translation][debug cmd] fixed failing tests. (aitboudad)

This PR was merged into the 2.6 branch.

Discussion
----------

[2.6][Translation][debug cmd] fixed failing tests.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |  ~
| License       | MIT
| Doc PR        | n/a

Commits
-------

3341315 [Translation][debug cmd] fixed failing tests.
This commit is contained in:
Abdellatif Ait boudad 2015-06-25 12:41:36 +00:00
commit 5e53d6d9bf

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()