You are here

public function ConstraintViolationAssertion::setPlural 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::setPlural()

File

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

Class

ConstraintViolationAssertion
@internal

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

public function setPlural($number) {
  $this->plural = $number;
  return $this;
}