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 @@ -2830,7 +2830,7 @@ available ``PHPUnit\Framework\Constraint`` classes.
2830
2830
- Constraint that checks if the file(name) is writable.
2831
2831
* - ``PHPUnit\Framework\Constraint\GreaterThan greaterThan(mixed $value) ``
2832
2832
- 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) ``
2834
2834
- Constraint that asserts that the value is greater than or equal to a given value.
2835
2835
* - ``PHPUnit\Framework\Constraint\ClassHasAttribute classHasAttribute(string $attributeName) ``
2836
2836
- Constraint that asserts that the class has a given attribute.
@@ -2852,7 +2852,7 @@ available ``PHPUnit\Framework\Constraint`` classes.
2852
2852
- Constraint that asserts that the value is of a specified type.
2853
2853
* - ``PHPUnit\Framework\Constraint\LessThan lessThan(mixed $value) ``
2854
2854
- 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) ``
2856
2856
- Constraint that asserts that the value is smaller than or equal to a given value.
2857
2857
* - ``logicalAnd() ``
2858
2858
- Logical AND.
You can’t perform that action at this time.
0 commit comments