Skip to content

Commit 379797f

Browse files
Merge branch '9.2' into 9.3
2 parents 2edd7d0 + f96bbfc commit 379797f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assertions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ available ``PHPUnit\Framework\Constraint`` classes.
28302830
- Constraint that checks if the file(name) is writable.
28312831
* - ``PHPUnit\Framework\Constraint\GreaterThan greaterThan(mixed $value)``
28322832
- Constraint that asserts that the value is greater than a given value.
2833-
* - ``PHPUnit\Framework\Constraint\Or greaterThanOrEqual(mixed $value)``
2833+
* - ``PHPUnit\Framework\Constraint\LogicalOr greaterThanOrEqual(mixed $value)``
28342834
- Constraint that asserts that the value is greater than or equal to a given value.
28352835
* - ``PHPUnit\Framework\Constraint\ClassHasAttribute classHasAttribute(string $attributeName)``
28362836
- Constraint that asserts that the class has a given attribute.
@@ -2852,7 +2852,7 @@ available ``PHPUnit\Framework\Constraint`` classes.
28522852
- Constraint that asserts that the value is of a specified type.
28532853
* - ``PHPUnit\Framework\Constraint\LessThan lessThan(mixed $value)``
28542854
- Constraint that asserts that the value is smaller than a given value.
2855-
* - ``PHPUnit\Framework\Constraint\Or lessThanOrEqual(mixed $value)``
2855+
* - ``PHPUnit\Framework\Constraint\LogicalOr lessThanOrEqual(mixed $value)``
28562856
- Constraint that asserts that the value is smaller than or equal to a given value.
28572857
* - ``logicalAnd()``
28582858
- Logical AND.

0 commit comments

Comments
 (0)