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 afd4d22 commit e3598d8Copy full SHA for e3598d8
Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php
@@ -34,7 +34,7 @@ class FormValidatorFunctionalTest extends TestCase
34
private $validator;
35
private $formFactory;
36
37
- public function setUp(): void
+ protected function setUp(): void
38
{
39
$this->validator = Validation::createValidatorBuilder()
40
->setMetadataFactory(new LazyLoadingMetadataFactory(new StaticMethodLoader()))
0 commit comments