summaryrefslogtreecommitdiff
path: root/vendor/symfony/translation/Tests/IdentityTranslatorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/translation/Tests/IdentityTranslatorTest.php')
-rw-r--r--vendor/symfony/translation/Tests/IdentityTranslatorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/translation/Tests/IdentityTranslatorTest.php b/vendor/symfony/translation/Tests/IdentityTranslatorTest.php
index be0a548aa1..cf618d95a2 100644
--- a/vendor/symfony/translation/Tests/IdentityTranslatorTest.php
+++ b/vendor/symfony/translation/Tests/IdentityTranslatorTest.php
@@ -12,7 +12,7 @@
namespace Symfony\Component\Translation\Tests;
use Symfony\Component\Translation\IdentityTranslator;
-use Symfony\Contracts\Tests\Translation\TranslatorTest;
+use Symfony\Contracts\Translation\Test\TranslatorTest;
class IdentityTranslatorTest extends TranslatorTest
{