Skip to content

Commit de96a66

Browse files
author
Roman Syroeshko
committed
https://github.com/PHPOffice/PHPWord/issues/43
Unit test fix.
1 parent 36c03d4 commit de96a66

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
@@ -60,7 +60,7 @@ final public function testTemplateCanBeSavedInTemporaryLocation()
6060
* @depends testTemplateCanBeSavedInTemporaryLocation
6161
* @test
6262
*/
63-
final public function testXslStyleSheetCanBeApplied(&$actualDocument)
63+
final public function testXslStyleSheetCanBeApplied(PHPWord_Template $actualDocument)
6464
{
6565
$expectedDocument = \join(
6666
\DIRECTORY_SEPARATOR,

0 commit comments

Comments
 (0)