diff --git a/tests/SAML2/XML/md/OrganizationTest.php b/tests/SAML2/XML/md/OrganizationTest.php index d3426e141..7a7644e1a 100644 --- a/tests/SAML2/XML/md/OrganizationTest.php +++ b/tests/SAML2/XML/md/OrganizationTest.php @@ -95,8 +95,6 @@ public function testMarshalling(): void ), [new XMLAttribute(C::NAMESPACE, 'ssp', 'attr1', 'value1')], ); - $root = DOMDocumentFactory::fromString(''); - $root->formatOutput = true; $this->assertEquals( self::$xmlRepresentation->saveXML(self::$xmlRepresentation->documentElement),