You are here

protected function GreaterThanValidatorTest::createConstraint in Plug 7

Parameters

array $options Options for the constraint:

Return value

Constraint

Overrides AbstractComparisonValidatorTestCase::createConstraint

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php, line 33

Class

GreaterThanValidatorTest
@author Daniel Holmes <daniel@danielholmes.org>

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

protected function createConstraint(array $options) {
  return new GreaterThan($options);
}