Skip to content

Commit

Permalink
Add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jun 7, 2024
1 parent 969e583 commit 634f918
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/framework/db/BaseActiveRecordTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ public function provideArrayValueWithChange()
['pineapple' => 2, 'apple' => 5, 'banana' => 1],
['pineapple' => 2, 'apple' => 3, 'banana' => 1],
],
'multi-dimensional array' => [
['foo' => ['c', 'b', 'a']],
['foo' => ['b', 'c', 'a']],
],

'filling an empty array' => [
[],
Expand Down

0 comments on commit 634f918

Please sign in to comment.