Positive test fix #3.
This commit is contained in:
parent
379e5ce2e8
commit
4c414c8524
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue