File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2928,7 +2928,7 @@ available ``PHPUnit\Framework\Constraint`` classes.
2928
2928
- Constraint that checks if the file(name) is writable.
2929
2929
* - ``PHPUnit\Framework\Constraint\GreaterThan greaterThan(mixed $value) ``
2930
2930
- 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) ``
2932
2932
- Constraint that asserts that the value is greater than or equal to a given value.
2933
2933
* - ``PHPUnit\Framework\Constraint\ClassHasAttribute classHasAttribute(string $attributeName) ``
2934
2934
- Constraint that asserts that the class has a given attribute.
@@ -2950,7 +2950,7 @@ available ``PHPUnit\Framework\Constraint`` classes.
2950
2950
- Constraint that asserts that the value is of a specified type.
2951
2951
* - ``PHPUnit\Framework\Constraint\LessThan lessThan(mixed $value) ``
2952
2952
- 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) ``
2954
2954
- Constraint that asserts that the value is smaller than or equal to a given value.
2955
2955
* - ``logicalAnd() ``
2956
2956
- Logical AND.
You can’t perform that action at this time.
0 commit comments