public function CollectionTest::testRejectNonConstraints

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

File

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

Class

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

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function testRejectNonConstraints() {
  new Collection(array(
    'foo' => 'bar',
  ));
}