Skip to content

Commit 760cbb4

Browse files
committed
fix: Delete debug info
1 parent ba6aa61 commit 760cbb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/system/Helpers/Array/ArrayHelperIntersectKeyRecursiveTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ public function testShuffleCopy(): void
7676
],
7777
];
7878

79-
// var_dump(ArrayHelper::intersectKeyRecursive($original, $this->targetArray));
80-
8179
$this->assertSame($original, ArrayHelper::intersectKeyRecursive($original, $this->targetArray));
8280
}
8381

0 commit comments

Comments
 (0)