Skip to content

Commit 7c60fb5

Browse files
committed
Merge pull request #6 from stevekr/master
Fix lessThen() spelling error
2 parents 9cf4acc + 4259fba commit 7c60fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/VerifyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testContains()
2626
verify("user have 5 posts", array(3, 2))->notContains(5);
2727
}
2828

29-
public function testGreaterLowerThen()
29+
public function testGreaterLowerThan()
3030
{
3131
verify(7)->greaterThan(5);
3232
verify(7)->lessThan(10);

0 commit comments

Comments
 (0)