Skip to content

Commit ce216cf

Browse files
author
Eugene Leonovich
committed
Provide more test data for a unit test
1 parent c0b1030 commit ce216cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/QueueTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function provideStatisticsData()
7777
[['tasks', 'done'], [$stats], $stats['tasks']['done']],
7878
[['calls'], [$stats], $stats['calls']],
7979
[['calls', 'put'], [$stats], $stats['calls']['put']],
80+
[[], [], null],
8081
[[null], [$stats], null],
8182
[[null, null], [$stats], null],
8283
[[''], [$stats], null],

0 commit comments

Comments
 (0)