You are here

public function ChoiceValidatorTest::testChoicesOrCallbackExpected in Plug 7

@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php, line 63

Class

ChoiceValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function testChoicesOrCallbackExpected() {
  $this->validator
    ->validate('foobar', new Choice());
}