Skip to content

Commit

Permalink
Minor test language update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jan 7, 2014
1 parent 2ffc59e commit 8d23ebb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/PHPUnit/Plugins/LanguagesManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ function testGetTranslationsForLanguages($language, $plugin)
if ($translationWriter->wasFiltered()) {

$translationWriter->saveTemporary();
$this->fail(implode("\n", $translationWriter->getFilterMessages()) . "\n" . 'Translation file errors detected in ' . $language . "...\n");
$this->fail(implode("\n", $translationWriter->getFilterMessages()) . "\n"
. 'Translation file errors detected in ' . $language . "...\n"
. "To overwrite you could manually fix the language files, or run the following command may work if you have access to oTrance: \n $ ./console translations:update \n");
}
}

Expand Down

0 comments on commit 8d23ebb

Please sign in to comment.