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

Breadcrumb

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

function IsEqual::__construct

File

vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php, line 31

Class

IsEqual
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Namespace

PHPUnit\Framework\Constraint

Code

public function __construct(mixed $value, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false) {
    $this->value = $value;
    $this->delta = $delta;
    $this->canonicalize = $canonicalize;
    $this->ignoreCase = $ignoreCase;
}
RSS feed
Powered by Drupal