Skip to content

Commit

Permalink
Merge branch '9.2' into 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 29, 2020
2 parents 2edd7d0 + f96bbfc commit 379797f
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 @@ -2830,7 +2830,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 @@ -2852,7 +2852,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 379797f

Please sign in to comment.