Skip to content

Commit

Permalink
tests: Add missing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Apr 4, 2022
1 parent a54cd32 commit 7a05041
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/unit/Utils/CallbacksArrayReducerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ public function dataProvider()
range(0, 10),
true,
];

yield [
[
],
[],
[],
[],
false,
];
}

/**
Expand Down

0 comments on commit 7a05041

Please sign in to comment.