You are here

public function ConstraintViolationAssertion::setParameter in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractConstraintValidatorTest.php, line 453

Class

ConstraintViolationAssertion
@internal

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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