Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 28, 2024
1 parent 00c24ae commit a30604e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/SAML2/XML/md/OrganizationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ public function testMarshalling(): void
),
[new XMLAttribute(C::NAMESPACE, 'ssp', 'attr1', 'value1')],
);
$root = DOMDocumentFactory::fromString('<root/>');
$root->formatOutput = true;

$this->assertEquals(
self::$xmlRepresentation->saveXML(self::$xmlRepresentation->documentElement),
Expand Down

0 comments on commit a30604e

Please sign in to comment.