public function CollectionTest::testRejectValidConstraint

@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php, line 47

Class

CollectionTest
@author Bernhard Schussek <bschussek@gmail.com>

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function testRejectValidConstraint() {
  new Collection(array(
    'foo' => new Valid(),
  ));
}