Skip to content

Commit

Permalink
Update test class
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Aug 6, 2020
1 parent 481c766 commit 0bbf629
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Unit/Array2xmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ protected function execute($expected_xml, $actual_array)
$expected->preserveWhiteSpace = false;
$expected->loadXML($expected_xml);

var_dump($actual_xml); exit;

$this->assertEqualXML($expected->firstChild, $actual->firstChild, true);
$this->assertEquals($expected, $actual);
}
Expand Down

0 comments on commit 0bbf629

Please sign in to comment.