Skip to content

Commit 6bc18d4

Browse files
authored
Update LuhnAlgorithmTest.php
1 parent b66d0ab commit 6bc18d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/LuhnAlgorithmTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function provideIsValid_success()
5858
[new Number('410321920', 2), true],
5959
[new Number('3199723370002', 0), true],
6060
[new Number('8914800000397416568', 5), true],
61+
[new Number('12345', 6), false],
6162
];
6263
}
6364

0 commit comments

Comments
 (0)