You are here

protected function NotEqualToValidatorTest::createConstraint in Zircon Profile 8

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

Parameters

array $options Options for the constraint:

Return value

Constraint

Overrides AbstractComparisonValidatorTestCase::createConstraint

File

vendor/symfony/validator/Tests/Constraints/NotEqualToValidatorTest.php, line 33

Class

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

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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