@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException
File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php, line 73
Class
- ChoiceValidatorTest
Namespace
Symfony\Component\Validator\Tests\Constraints
Code
public function testChoicesOrCallbackExpected() {
$this->validator
->validate('foobar', new Choice());
}