You are here

protected function AbstractLegacyApiTest::validatePropertyValue in Plug 7

Overrides AbstractValidatorTest::validatePropertyValue

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Validator/AbstractLegacyApiTest.php, line 70

Class

AbstractLegacyApiTest
Verifies that a validator satisfies the API of Symfony < 2.5.

Namespace

Symfony\Component\Validator\Tests\Validator

Code

protected function validatePropertyValue($object, $propertyName, $value, $groups = null) {
  return $this->validator
    ->validatePropertyValue($object, $propertyName, $value, $groups);
}