protected function NotIdenticalToValidatorTest::createConstraint

Parameters

array $options Options for the constraint:

Return value

Constraint

Overrides AbstractComparisonValidatorTestCase::createConstraint

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php, line 28

Class

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

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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