Skip to content

Commit 9a02710

Browse files
committed
[Translation][debug cmd] fixed failing tests.
1 parent 9b2c09f commit 9a02710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Command/TranslationDebugCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ protected function setUp()
5858
$this->fs = new Filesystem();
5959
$this->translationDir = sys_get_temp_dir().'/'.uniqid('sf2_translation');
6060
$this->fs->mkdir($this->translationDir.'/Resources/translations');
61+
$this->fs->mkdir($this->translationDir.'/Resources/views');
6162
}
6263

6364
protected function tearDown()

0 commit comments

Comments
 (0)