fixed typo

This commit is contained in:
Fabien Potencier 2014-07-15 16:22:28 +02:00
parent a05016099b
commit 84334058b8
1 changed files with 1 additions and 0 deletions

View File

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