Skip to content

Commit 3086300

Browse files
committed
Fix data provider with extraneous items
1 parent 544d18f commit 3086300

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/JsonManipulatorTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,10 +1605,6 @@ public static function removeSubNodeProvider()
16051605
}
16061606
}
16071607
}
1608-
',
1609-
1610-
'{
1611-
}
16121608
',
16131609
),
16141610
'works on deep repos with borked texts2' => array(
@@ -1628,10 +1624,6 @@ public static function removeSubNodeProvider()
16281624
}
16291625
}
16301626
}
1631-
',
1632-
1633-
'{
1634-
}
16351627
',
16361628
),
16371629
'fails on deep arrays with borked texts' => array(

0 commit comments

Comments
 (0)