You are here

public function ConstraintTest::testRequiredOptionsMustBeDefined in Plug 7

File

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

Class

ConstraintTest

Namespace

Symfony\Component\Validator\Tests

Code

public function testRequiredOptionsMustBeDefined() {
  $this
    ->setExpectedException('Symfony\\Component\\Validator\\Exception\\MissingOptionsException');
  new ConstraintC();
}