From de96a66493f6435cb531f78b8cd1180953b523fe Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Wed, 12 Mar 2014 20:24:59 +0400 Subject: [PATCH] https://github.com/PHPOffice/PHPWord/issues/43 Unit test fix. --- 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 7bb0b953..77cebd1a 100644 --- a/Tests/PHPWord/TemplateTest.php +++ b/Tests/PHPWord/TemplateTest.php @@ -60,7 +60,7 @@ final class TemplateTest extends \PHPUnit_Framework_TestCase * @depends testTemplateCanBeSavedInTemporaryLocation * @test */ - final public function testXslStyleSheetCanBeApplied(&$actualDocument) + final public function testXslStyleSheetCanBeApplied(PHPWord_Template $actualDocument) { $expectedDocument = \join( \DIRECTORY_SEPARATOR,