You are here

public function ValidTest::testRejectGroupsOption in Plug 7

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

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/ValidTest.php, line 24

Class

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

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function testRejectGroupsOption() {
  new Valid(array(
    'groups' => 'foo',
  ));
}