public function CountValidatorTest::getNotFourElements

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php, line 74

Class

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

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function getNotFourElements() {
  return array_merge($this
    ->getThreeOrLessElements(), $this
    ->getFiveOrMoreElements());
}