Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a7bfe26

Browse filesBrowse files
fix tests
1 parent 0b0f7bf commit a7bfe26
Copy full SHA for a7bfe26

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/ServiceLocatorTest.php
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/IdentityTranslatorTest.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.