Skip to content

Commit

Permalink
XmlPluginTest: Remove leftover var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
jnvsor committed Aug 26, 2024
1 parent 3fc5a19 commit 1eaa757
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Parser/XmlPluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ public function testParseXMLDocument()
return;
}

\var_dump($r);

$this->assertNotNull($r);
$this->assertInstanceOf(InstanceValue::class, $r->contents);
$this->assertSame(Element::class, $r->contents->classname);
Expand Down

0 comments on commit 1eaa757

Please sign in to comment.