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.
1 parent 15747d3 commit d735b76Copy full SHA for d735b76
src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php
@@ -34,7 +34,7 @@ class FormValidatorFunctionalTest extends TestCase
34
private $validator;
35
private $formFactory;
36
37
- private function doSetUp()
+ public function setUp(): void
38
{
39
$this->validator = Validation::createValidatorBuilder()
40
->setMetadataFactory(new LazyLoadingMetadataFactory(new StaticMethodLoader()))
0 commit comments