public function ChoiceValidatorTest::testChoicesOrCallbackExpected in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/Constraints/ChoiceValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\ChoiceValidatorTest::testChoicesOrCallbackExpected()
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException
File
- vendor/
symfony/ validator/ Tests/ Constraints/ ChoiceValidatorTest.php, line 63
Class
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
public function testChoicesOrCallbackExpected() {
$this->validator
->validate('foobar', new Choice());
}