function CompoundConstraintTestCase::createValidator
2 calls to CompoundConstraintTestCase::createValidator()
- CompoundConstraintTestCase::createContext in vendor/
symfony/ validator/ Test/ CompoundConstraintTestCase.php - CompoundConstraintTestCase::setUp in vendor/
symfony/ validator/ Test/ CompoundConstraintTestCase.php - This method is called before each test.
File
-
vendor/
symfony/ validator/ Test/ CompoundConstraintTestCase.php, line 54
Class
- CompoundConstraintTestCase
- A test case to ease testing Compound Constraints.
Namespace
Symfony\Component\Validator\TestCode
protected function createValidator() : ValidatorInterface {
return Validation::createValidator();
}