Skip to content

Commit 7743777

Browse files
committed
minor symfony#50174 [Contracts] Fix ServiceLocatorTestCase name (wouterj)
This PR was merged into the 6.2 branch. Discussion ---------- [Contracts] Fix ServiceLocatorTestCase name | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - The original change in 5.4 uses the correct name (symfony#50104), but it seems like the `Case` suffix was lost during the merge from 5.4 into 6.2. Commits ------- bd6d33b Fix test class name
2 parents 907ade9 + bd6d33b commit 7743777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Contracts/Service/Test/ServiceLocatorTestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Psr\Container\ContainerInterface;
1616
use Symfony\Contracts\Service\ServiceLocatorTrait;
1717

18-
abstract class ServiceLocatorTest extends TestCase
18+
abstract class ServiceLocatorTestCase extends TestCase
1919
{
2020
protected function getServiceLocator(array $factories): ContainerInterface
2121
{

0 commit comments

Comments
 (0)