8000
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.
2 parents 69374da + 8ba1412 commit e1c28deCopy full SHA for e1c28de
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddConstraintValidatorsPassTest.php
@@ -23,7 +23,7 @@ public function testThatConstraintValidatorServicesAreProcessed()
23
{
24
$container = new ContainerBuilder();
25
$validatorFactory = $container->register('validator.validator_factory')
26
- ->setArguments(array(new ServiceLocatorArgument()));
+ ->setArguments(array(new ServiceLocatorArgument(array())));
27
28
$container->register('my_constraint_validator_service1', Validator1::class)
29
->addTag('validator.constraint_validator', array('alias' => 'my_constraint_validator_alias1'));
0 commit comments