diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-11-09 22:33:53 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-11-09 22:33:53 +0000 |
| commit | e839f37fbdec24f15f1410bab02d23455885b27a (patch) | |
| tree | 14bb6a2f57f0a2ab7e491d802e674617c12e6dba /vendor/symfony | |
| parent | 05782fa991288614a4c102d4b414edaa2704222b (diff) | |
| download | webtrees-e839f37fbdec24f15f1410bab02d23455885b27a.tar.gz webtrees-e839f37fbdec24f15f1410bab02d23455885b27a.tar.bz2 webtrees-e839f37fbdec24f15f1410bab02d23455885b27a.zip | |
Update vendor dependencies
Diffstat (limited to 'vendor/symfony')
| -rw-r--r-- | vendor/symfony/service-contracts/Test/ServiceLocatorTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php b/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php index 408c017c3e..5ed9149529 100644 --- a/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php +++ b/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php @@ -15,9 +15,9 @@ use PHPUnit\Framework\TestCase; use Psr\Container\ContainerInterface; use Symfony\Contracts\Service\ServiceLocatorTrait; -class ServiceLocatorTest extends TestCase +abstract class ServiceLocatorTest extends TestCase { - public function getServiceLocator(array $factories) + protected function getServiceLocator(array $factories) { return new class($factories) implements ContainerInterface { use ServiceLocatorTrait; |
