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 32d3bc0 + e3598d8 commit 45eec15Copy full SHA for 45eec15
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()
+ protected function setUp(): void
38
{
39
$this->validator = Validation::createValidatorBuilder()
40
->setMetadataFactory(new LazyLoadingMetadataFactory(new StaticMethodLoader()))
0 commit comments