Skip to content

Commit 4c414c8

Browse files
author
Roman Syroeshko
committed
https://github.com/PHPOffice/PHPWord/issues/46
Positive test fix #3.
1 parent 379e5ce commit 4c414c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PHPWord/TemplateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ final public function testXslStyleSheetCanBeApplied()
5353
throw new \Exception('Could not close zip file "' . $expectedDocument . '".');
5454
}
5555

56-
$this->assertXmlStringEqualsXmlString(expectedXml, actualXml);
56+
$this->assertXmlStringEqualsXmlString($expectedXml, $actualXml);
5757
}
5858

5959
/**

0 commit comments

Comments
 (0)