|
| $expectedCount = 0 |
|
| $exporter |
|
◆ __construct()
PHPUnit\Framework\Constraint\Count::__construct |
( |
|
$expected | ) |
|
◆ failureDescription()
PHPUnit\Framework\Constraint\Count::failureDescription |
( |
|
$other | ) |
|
|
protected |
Returns the description of the failure.
The beginning of failure messages is "Failed asserting that" in most cases. This method should return the second part of that sentence.
- Parameters
-
mixed | $other | Evaluated value or object. |
- Returns
- string
Reimplemented from PHPUnit\Framework\Constraint\Constraint.
◆ getCountOf()
PHPUnit\Framework\Constraint\Count::getCountOf |
( |
|
$other | ) |
|
|
protected |
- Parameters
-
\Countable | \Traversable | array | $other | |
- Returns
- int|null
◆ getCountOfGenerator()
PHPUnit\Framework\Constraint\Count::getCountOfGenerator |
( |
Generator |
$generator | ) |
|
|
protected |
Returns the total number of iterations from a generator. This will fully exhaust the generator.
- Parameters
-
- Returns
- int
◆ matches()
PHPUnit\Framework\Constraint\Count::matches |
( |
|
$other | ) |
|
|
protected |
◆ toString()
PHPUnit\Framework\Constraint\Count::toString |
( |
| ) |
|
The documentation for this class was generated from the following file:
- vendor/phpunit/phpunit/src/Framework/Constraint/Count.php