Unit test fix.
This commit is contained in:
Roman Syroeshko 2014-03-12 20:24:59 +04:00
parent 36c03d4f15
commit de96a66493
1 changed files with 1 additions and 1 deletions

View File

@ -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,