[Translation] fixed a unit test

This commit is contained in:
Fabien Potencier 2012-12-13 21:23:16 +01:00
parent 59d62b0aa2
commit b43d7bf66b
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class TranslatorTest extends \PHPUnit_Framework_TestCase
array('mo', 'MoFileLoader'),
array('po', 'PoFileLoader'),
array('php', 'PhpFileLoader'),
array('ts', 'QtTranslationsLoader'),
array('ts', 'QtFileLoader'),
array('xlf', 'XliffFileLoader'),
array('yml', 'YamlFileLoader'),
);