You are here

public function ConstraintTest::testRequiredOptionsPassed in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Tests/ConstraintTest.php \Symfony\Component\Validator\Tests\ConstraintTest::testRequiredOptionsPassed()

File

vendor/symfony/validator/Tests/ConstraintTest.php, line 115

Class

ConstraintTest

Namespace

Symfony\Component\Validator\Tests

Code

public function testRequiredOptionsPassed() {
  new ConstraintC(array(
    'option1' => 'default',
  ));
}