Skip to content

Commit 2d7bb94

Browse files
author
Eugene Leonovich
committed
Provide more data to test
1 parent 75f72ac commit 2d7bb94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integration/QueueTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ public function provideTaskData()
7676
{
7777
return [
7878
[null],
79+
[true],
7980
['foo'],
8081
["\x04\x00\xa0\x00\x00"],
8182
[42],
8283
[-42],
8384
[4.2],
84-
[['foo' => 'bar', 'baz']],
85-
//[(object) ['foo' => 'bar', 'baz']],
85+
[['foo' => 'bar', 'baz' => ['qux' => false, -4.2]]],
8686
];
8787
}
8888

0 commit comments

Comments
 (0)