You are here

public function ValidatorTest::testValidateValueRejectsValid in Plug 7

@expectedException \Symfony\Component\Validator\Exception\ValidatorException

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php, line 32

Class

ValidatorTest

Namespace

Symfony\Component\Validator\Tests

Code

public function testValidateValueRejectsValid() {
  $this->validator
    ->validateValue(new Entity(), new Valid());
}