You are here

protected function CountValidatorArrayTest::createCollection in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/Constraints/CountValidatorArrayTest.php \Symfony\Component\Validator\Tests\Constraints\CountValidatorArrayTest::createCollection()

Overrides CountValidatorTest::createCollection

File

vendor/symfony/validator/Tests/Constraints/CountValidatorArrayTest.php, line 19

Class

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

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

protected function createCollection(array $content) {
  return $content;
}