You are here

public function ConstraintViolationAssertion::setParameter in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Tests/Constraints/AbstractConstraintValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\ConstraintViolationAssertion::setParameter()

File

vendor/symfony/validator/Tests/Constraints/AbstractConstraintValidatorTest.php, line 349

Class

ConstraintViolationAssertion
@internal

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function setParameter($key, $value) {
  $this->parameters[$key] = $value;
  return $this;
}