Skip to content

Commit b0af65a

Browse files
Merge branch '9.3'
2 parents c8aca69 + 379797f commit b0af65a

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
@@ -2928,7 +2928,7 @@ available ``PHPUnit\Framework\Constraint`` classes.
29282928
- Constraint that checks if the file(name) is writable.
29292929
* - ``PHPUnit\Framework\Constraint\GreaterThan greaterThan(mixed $value)``
29302930
- Constraint that asserts that the value is greater than a given value.
2931-
* - ``PHPUnit\Framework\Constraint\Or greaterThanOrEqual(mixed $value)``
2931+
* - ``PHPUnit\Framework\Constraint\LogicalOr greaterThanOrEqual(mixed $value)``
29322932
- Constraint that asserts that the value is greater than or equal to a given value.
29332933
* - ``PHPUnit\Framework\Constraint\ClassHasAttribute classHasAttribute(string $attributeName)``
29342934
- Constraint that asserts that the class has a given attribute.
@@ -2950,7 +2950,7 @@ available ``PHPUnit\Framework\Constraint`` classes.
29502950
- Constraint that asserts that the value is of a specified type.
29512951
* - ``PHPUnit\Framework\Constraint\LessThan lessThan(mixed $value)``
29522952
- Constraint that asserts that the value is smaller than a given value.
2953-
* - ``PHPUnit\Framework\Constraint\Or lessThanOrEqual(mixed $value)``
2953+
* - ``PHPUnit\Framework\Constraint\LogicalOr lessThanOrEqual(mixed $value)``
29542954
- Constraint that asserts that the value is smaller than or equal to a given value.
29552955
* - ``logicalAnd()``
29562956
- Logical AND.

0 commit comments

Comments
 (0)