Fix path to test document
This commit is contained in:
parent
e19de8e8a4
commit
9f28ece4e9
|
|
@ -279,8 +279,7 @@ final class TemplateProcessorTest extends \PHPUnit\Framework\TestCase
|
|||
|
||||
public function testMainPartNameDetection()
|
||||
{
|
||||
$templatePath = 'templates/document22-xml.docx';
|
||||
$templateProcessor = new TemplateProcessor($templatePath);
|
||||
$templateProcessor = new TemplateProcessor(__DIR__ . '/_files/templates/document22-xml.docx');
|
||||
|
||||
$variables = array('test');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue