@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException
public function testChoicesOrCallbackExpected() { $this->validator ->validate('foobar', new Choice()); }