Skip to content

Commit

Permalink
Merge branch '9.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 29, 2020
2 parents c8aca69 + 379797f commit b0af65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assertions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2928,7 +2928,7 @@ available ``PHPUnit\Framework\Constraint`` classes.
- Constraint that checks if the file(name) is writable.
* - ``PHPUnit\Framework\Constraint\GreaterThan greaterThan(mixed $value)``
- Constraint that asserts that the value is greater than a given value.
* - ``PHPUnit\Framework\Constraint\Or greaterThanOrEqual(mixed $value)``
* - ``PHPUnit\Framework\Constraint\LogicalOr greaterThanOrEqual(mixed $value)``
- Constraint that asserts that the value is greater than or equal to a given value.
* - ``PHPUnit\Framework\Constraint\ClassHasAttribute classHasAttribute(string $attributeName)``
- Constraint that asserts that the class has a given attribute.
Expand All @@ -2950,7 +2950,7 @@ available ``PHPUnit\Framework\Constraint`` classes.
- Constraint that asserts that the value is of a specified type.
* - ``PHPUnit\Framework\Constraint\LessThan lessThan(mixed $value)``
- Constraint that asserts that the value is smaller than a given value.
* - ``PHPUnit\Framework\Constraint\Or lessThanOrEqual(mixed $value)``
* - ``PHPUnit\Framework\Constraint\LogicalOr lessThanOrEqual(mixed $value)``
- Constraint that asserts that the value is smaller than or equal to a given value.
* - ``logicalAnd()``
- Logical AND.
Expand Down

0 comments on commit b0af65a

Please sign in to comment.