class CountValidatorArrayTest

@author Bernhard Schussek <bschussek@gmail.com>

Hierarchy

  • class \Symfony\Component\Validator\Tests\Constraints\CountValidatorTest extends \Symfony\Component\Validator\Tests\Constraints\PHPUnit_Framework_TestCase

Expanded class hierarchy of CountValidatorArrayTest

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorArrayTest.php, line 17

Namespace

Symfony\Component\Validator\Tests\Constraints
View source

Members

Namesort descending Modifiers Type Description Overrides
CountValidatorArrayTest::createCollection protected function Overrides CountValidatorTest::createCollection
CountValidatorTest::$context protected property
CountValidatorTest::$validator protected property
CountValidatorTest::getFiveOrMoreElements public function
CountValidatorTest::getFourElements public function
CountValidatorTest::getNotFourElements public function
CountValidatorTest::getThreeOrLessElements public function
CountValidatorTest::setUp protected function
CountValidatorTest::tearDown protected function
CountValidatorTest::testDefaultOption public function
CountValidatorTest::testExpectsCountableType public function @expectedException \Symfony\Component\Validator\Exception\UnexpectedTypeException
CountValidatorTest::testInvalidValuesExact public function @dataProvider getNotFourElements
CountValidatorTest::testInvalidValuesMax public function @dataProvider getFiveOrMoreElements
CountValidatorTest::testInvalidValuesMin public function @dataProvider getThreeOrLessElements
CountValidatorTest::testNullIsValid public function
CountValidatorTest::testValidValuesExact public function @dataProvider getFourElements
CountValidatorTest::testValidValuesMax public function @dataProvider getThreeOrLessElements
CountValidatorTest::testValidValuesMin public function @dataProvider getFiveOrMoreElements