public function ConstraintTest::testRequiredOptionsPassed in Plug 7
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ ConstraintTest.php, line 115
Class
Namespace
Symfony\Component\Validator\TestsCode
public function testRequiredOptionsPassed() {
new ConstraintC(array(
'option1' => 'default',
));
}