Skip to content

Commit

Permalink
Fix ProfileResolverTest
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Oct 6, 2024
1 parent ccafcda commit 1140e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testcases/ProfileResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ public function testResolveNotXml()
$xmldocument = new SimpleXMLElement($this->deliverStringWhichIsNotXml());
} catch (Throwable $e) {
// Do nothing
} finally {
libxml_use_internal_errors($prevUseInternalErrors);
}

$resolved = ZugferdProfileResolver::resolveProfileDef($this->deliverEn16931Header());
Expand Down

0 comments on commit 1140e93

Please sign in to comment.