We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d6062 commit cbe9affCopy full SHA for cbe9aff
Test/ServiceLocatorTest.php
@@ -15,9 +15,9 @@
15
use Psr\Container\ContainerInterface;
16
use Symfony\Contracts\Service\ServiceLocatorTrait;
17
18
-class ServiceLocatorTest extends TestCase
+abstract class ServiceLocatorTest extends TestCase
19
{
20
- public function getServiceLocator(array $factories)
+ protected function getServiceLocator(array $factories)
21
22
return new class($factories) implements ContainerInterface {
23
use ServiceLocatorTrait;
0 commit comments