File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php, line 83
Class
- LengthValidatorTest
Namespace
Symfony\Component\Validator\Tests\Constraints
Code
public function getNotFourCharacters() {
return array_merge($this
->getThreeOrLessCharacters(), $this
->getFiveOrMoreCharacters());
}