public function ConstraintViolationAssertion::atPath in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Tests/Constraints/AbstractConstraintValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\ConstraintViolationAssertion::atPath()
File
- vendor/
symfony/ validator/ Tests/ Constraints/ AbstractConstraintValidatorTest.php, line 342
Class
- ConstraintViolationAssertion
- @internal
Namespace
Symfony\Component\Validator\Tests\ConstraintsCode
public function atPath($path) {
$this->propertyPath = $path;
return $this;
}