You are here

public function RegexValidatorTest::getInvalidValues in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php, line 90

Class

RegexValidatorTest

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function getInvalidValues() {
  return array(
    array(
      'abcd',
    ),
    array(
      '090foo',
    ),
  );
}