Skip to content

Commit ffc7f56

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: fix PHP 5.6 compatibility [Cache] fixed TagAwareAdapter returning invalid cache Add plus character `+` to legal mime subtype Make Symfony\Contracts\Service\Test\ServiceLocatorTest abstract bug #33942 [DI] Add extra type check to php dumper [Dotenv] search variable values in ENV first then env file [PropertyInfo] Respect property name case when guessing from public method name [VarDumper] fix resetting the "bold" state in CliDumper Missing argument in method_exists SCA: added missing break in a loop
2 parents ffcde96 + cbe9aff commit ffc7f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Test/ServiceLocatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
use Psr\Container\ContainerInterface;
1616
use Symfony\Contracts\Service\ServiceLocatorTrait;
1717

18-
class ServiceLocatorTest extends TestCase
18+
abstract class ServiceLocatorTest extends TestCase
1919
{
20-
public function getServiceLocator(array $factories)
20+
protected function getServiceLocator(array $factories)
2121
{
2222
return new class($factories) implements ContainerInterface {
2323
use ServiceLocatorTrait;

0 commit comments

Comments
 (0)