You are here

abstract protected function CountValidatorTest::createCollection in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/Constraints/CountValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\CountValidatorTest::createCollection()
3 calls to CountValidatorTest::createCollection()
CountValidatorTest::getFiveOrMoreElements in vendor/symfony/validator/Tests/Constraints/CountValidatorTest.php
CountValidatorTest::getFourElements in vendor/symfony/validator/Tests/Constraints/CountValidatorTest.php
CountValidatorTest::getThreeOrLessElements in vendor/symfony/validator/Tests/Constraints/CountValidatorTest.php
2 methods override CountValidatorTest::createCollection()
CountValidatorArrayTest::createCollection in vendor/symfony/validator/Tests/Constraints/CountValidatorArrayTest.php
CountValidatorCountableTest::createCollection in vendor/symfony/validator/Tests/Constraints/CountValidatorCountableTest.php

File

vendor/symfony/validator/Tests/Constraints/CountValidatorTest.php, line 33

Class

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

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

protected abstract function createCollection(array $content);