fixed typo

This commit is contained in:
Fabien Potencier 2014-07-15 16:22:28 +02:00
parent a05016099b
commit 84334058b8

View File

@ -12,6 +12,7 @@
namespace Symfony\Component\Translation\Tests; namespace Symfony\Component\Translation\Tests;
use Symfony\Component\Translation\Translator; use Symfony\Component\Translation\Translator;
use Symfony\Component\Translation\MessageSelector;
use Symfony\Component\Translation\Loader\ArrayLoader; use Symfony\Component\Translation\Loader\ArrayLoader;
class TranslatorTest extends \PHPUnit_Framework_TestCase class TranslatorTest extends \PHPUnit_Framework_TestCase