public function ConstraintTest::testSetUndefinedDefaultProperty

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintTest.php, line 74

Class

ConstraintTest

Namespace

Symfony\Component\Validator\Tests

Code

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