Skip to content

Commit 3c6c89a

Browse files
author
Morten Harders
committed
Added test to toBeList
1 parent 55f6b56 commit 3c6c89a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Features/Expect/toBeList.php

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
test('pass', function () {
66
expect([1, 2, 3])->toBeList();
77
expect(['a' => 1, 'b' => 2, 'c' => 3])->not->toBeList();
8+
expect('1, 2, 3')->not->toBeList();
89
});
910

1011
test('failures', function () {

0 commit comments

Comments
 (0)