From 4c414c8524f48fb3eab584f943deab78258eb679 Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Fri, 7 Mar 2014 18:09:44 +0400 Subject: [PATCH] https://github.com/PHPOffice/PHPWord/issues/46 Positive test fix #3. --- Tests/PHPWord/TemplateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /**