You are here

public function ConstraintTest::testCanCreateConstraintWithNoDefaultOptionAndEmptyArray in Plug 7

File

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

Class

ConstraintTest

Namespace

Symfony\Component\Validator\Tests

Code

public function testCanCreateConstraintWithNoDefaultOptionAndEmptyArray() {
  new ConstraintB(array());
}