Skip to content

Commit 7e98b9d

Browse files
test remove
1 parent 4fa25c4 commit 7e98b9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/RemoveTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ public function removeProvider(): array
4141
[0],
4242
0,
4343
[],
44+
],
45+
'case_6' => [
46+
[[1, 2, 3]],
47+
[1],
48+
0,
49+
[[1, 2, 3]],
4450
]
4551
];
4652
}

0 commit comments

Comments
 (0)