protected function ConstraintViolationListTest::getViolation

6 calls to ConstraintViolationListTest::getViolation()

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php, line 130

Class

ConstraintViolationListTest

Namespace

Symfony\Component\Validator\Tests

Code

protected function getViolation($message, $root = null, $propertyPath = null) {
  return new ConstraintViolation($message, $message, array(), $root, $propertyPath, null);
}