Skip to content

Commit bd6d33b

Browse files
committed
Fix test class name
1 parent 907ade9 commit bd6d33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)