Merge branch '2.4' into 2.5

* 2.4:
  fixed typo
This commit is contained in:
Fabien Potencier 2014-07-15 16:22:44 +02:00
commit ff4997fb39
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