We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f6b56 commit 3c6c89aCopy full SHA for 3c6c89a
tests/Features/Expect/toBeList.php
@@ -5,6 +5,7 @@
5
test('pass', function () {
6
expect([1, 2, 3])->toBeList();
7
expect(['a' => 1, 'b' => 2, 'c' => 3])->not->toBeList();
8
+ expect('1, 2, 3')->not->toBeList();
9
});
10
11
test('failures', function () {
0 commit comments