You are here

public function ConstraintTest::testSetUndefinedDefaultProperty in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php, line 101

Class

ConstraintTest

Namespace

Symfony\Component\Validator\Tests

Code

public function testSetUndefinedDefaultProperty() {
  $this
    ->setExpectedException('Symfony\\Component\\Validator\\Exception\\ConstraintDefinitionException');
  new ConstraintB('foo');
}