diff --git a/Tests/PHPWord/TemplateTest.php b/Tests/PHPWord/TemplateTest.php index 8ad6c145..1cc30639 100644 --- a/Tests/PHPWord/TemplateTest.php +++ b/Tests/PHPWord/TemplateTest.php @@ -53,7 +53,7 @@ class PHPWord_TemplateTest extends \PHPUnit_Framework_TestCase throw new \Exception('Could not close zip file "' . $expectedDocument . '".'); } - $this->assertXmlStringEqualsXmlString(expectedXml, actualXml); + $this->assertXmlStringEqualsXmlString($expectedXml, $actualXml); } /**