You are here

public function ConstraintViolationAssertion::atPath in Zircon Profile 8

Same name and namespace in other branches
  1. 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\Constraints

Code

public function atPath($path) {
  $this->propertyPath = $path;
  return $this;
}