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 be5a238 commit c23130fCopy full SHA for c23130f
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