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 562f74c commit c0250a3Copy full SHA for c0250a3
Tests/Extension/Validator/Constraints/FormValidatorTest.php
@@ -361,7 +361,7 @@ public function testHandleClosureValidationGroups()
361
$object = $this->getMock('\stdClass');
362
$options = array('validation_groups' => function (FormInterface $form) {
363
return array('group1', 'group2');
364
- },);
+ });
365
$form = $this->getBuilder('name', '\stdClass', $options)
366
->setData($object)
367
->getForm();
0 commit comments