Positive test fix #3.
This commit is contained in:
Roman Syroeshko 2014-03-07 18:09:44 +04:00
parent 379e5ce2e8
commit 4c414c8524
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**