protected function CountValidatorArrayTest::createCollection in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\ConstraintsCode
protected function createCollection(array $content) {
return $content;
}