public function ConstraintTest::testSetDefaultPropertyDoctrineStyle in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/ConstraintTest.php \Symfony\Component\Validator\Tests\ConstraintTest::testSetDefaultPropertyDoctrineStyle()
File
- vendor/
symfony/ validator/ Tests/ ConstraintTest.php, line 70
Class
Namespace
Symfony\Component\Validator\TestsCode
public function testSetDefaultPropertyDoctrineStyle() {
$constraint = new ConstraintA(array(
'value' => 'foo',
));
$this
->assertEquals('foo', $constraint->property2);
}