Skip to content

Commit a7bfe26

Browse files
fix tests
1 parent 0b0f7bf commit a7bfe26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/DependencyInjection/Tests/ServiceLocatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\DependencyInjection\Container;
1515
use Symfony\Component\DependencyInjection\ServiceLocator;
1616
use Symfony\Contracts\Service\ServiceSubscriberInterface;
17-
use Symfony\Contracts\Tests\Service\ServiceLocatorTest as BaseServiceLocatorTest;
17+
use Symfony\Contracts\Service\Test\ServiceLocatorTest as BaseServiceLocatorTest;
1818

1919
class ServiceLocatorTest extends BaseServiceLocatorTest
2020
{

src/Symfony/Component/Translation/Tests/IdentityTranslatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\Translation\Tests;
1313

1414
use Symfony\Component\Translation\IdentityTranslator;
15-
use Symfony\Contracts\Tests\Translation\TranslatorTest;
15+
use Symfony\Contracts\Translation\Test\TranslatorTest;
1616

1717
class IdentityTranslatorTest extends TranslatorTest
1818
{

0 commit comments

Comments
 (0)