Skip to content

Commit

Permalink
Added test to toBeList
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Harders committed May 21, 2024
1 parent 55f6b56 commit 3c6c89a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Features/Expect/toBeList.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
test('pass', function () {
expect([1, 2, 3])->toBeList();
expect(['a' => 1, 'b' => 2, 'c' => 3])->not->toBeList();
expect('1, 2, 3')->not->toBeList();
});

test('failures', function () {
Expand Down

0 comments on commit 3c6c89a

Please sign in to comment.