Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConstraintValidatorTestCase.php

function AssertingContextualValidator::expectValidation

File

vendor/symfony/validator/Test/ConstraintValidatorTestCase.php, line 565

Class

AssertingContextualValidator
@internal

Namespace

Symfony\Component\Validator\Test

Code

public function expectValidation(string $call, ?string $propertyPath, mixed $value, string|GroupSequence|array|null $group, callable $constraints, ?ConstraintViolationInterface $violation = null) : void {
    if (null !== $propertyPath) {
        $this->expectedAtPath[$call] = $propertyPath;
    }
    $this->expectedValidate[$call] = [
        $value,
        $group,
        $constraints,
        $violation,
    ];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal