Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed May 22, 2021
1 parent f157ea7 commit 4c72536
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/SliceTest.php
Expand Up @@ -201,6 +201,8 @@ public static function specimens(): iterable

[0, PHP_INT_MAX],
[0, -PHP_INT_MAX],
[PHP_INT_MAX, 0],
[-PHP_INT_MAX, 0],
];

foreach ($inputs as $array) {
Expand Down

0 comments on commit 4c72536

Please sign in to comment.