public function ConstraintTest::testSetNotExistingPropertyThrowsException in Plug 7
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ ConstraintTest.php, line 35
Class
Namespace
Symfony\Component\Validator\TestsCode
public function testSetNotExistingPropertyThrowsException() {
$this
->setExpectedException('Symfony\\Component\\Validator\\Exception\\InvalidOptionsException');
new ConstraintA(array(
'foo' => 'bar',
));
}