We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379e5ce commit 4c414c8Copy full SHA for 4c414c8
Tests/PHPWord/TemplateTest.php
@@ -53,7 +53,7 @@ final public function testXslStyleSheetCanBeApplied()
53
throw new \Exception('Could not close zip file "' . $expectedDocument . '".');
54
}
55
56
- $this->assertXmlStringEqualsXmlString(expectedXml, actualXml);
+ $this->assertXmlStringEqualsXmlString($expectedXml, $actualXml);
57
58
59
/**
0 commit comments