We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cf4acc + 4259fba commit 7c60fb5Copy full SHA for 7c60fb5
1 file changed
tests/VerifyTest.php
@@ -26,7 +26,7 @@ public function testContains()
26
verify("user have 5 posts", array(3, 2))->notContains(5);
27
}
28
29
- public function testGreaterLowerThen()
+ public function testGreaterLowerThan()
30
{
31
verify(7)->greaterThan(5);
32
verify(7)->lessThan(10);
0 commit comments