You are here

protected function CountValidatorCountableTest::createCollection in Zircon Profile 8.0

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

Overrides CountValidatorTest::createCollection

File

vendor/symfony/validator/Tests/Constraints/CountValidatorCountableTest.php, line 21

Class

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

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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