We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2c09f commit 9a02710Copy full SHA for 9a02710
Tests/Command/TranslationDebugCommandTest.php
@@ -58,6 +58,7 @@ protected function setUp()
58
$this->fs = new Filesystem();
59
$this->translationDir = sys_get_temp_dir().'/'.uniqid('sf2_translation');
60
$this->fs->mkdir($this->translationDir.'/Resources/translations');
61
+ $this->fs->mkdir($this->translationDir.'/Resources/views');
62
}
63
64
protected function tearDown()
0 commit comments