We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed31c4 commit 88a2646Copy full SHA for 88a2646
tests/PhpWordTests/TemplateProcessorTest.php
@@ -614,7 +614,18 @@ public function testSetValues(): void
614
<w:r>
615
<w:t xml:space="preserve">Hello ${firstname} ${lastname}</w:t>
616
</w:r>
617
- </w:p>';
+ </w:p>
618
+ <w:p>
619
+ <w:r>
620
+ <w:t xml:space="preserve">Hello ${firstname} ${lastname}</w:t>
621
+ </w:r>
622
623
624
625
626
627
628
+ ';
629
630
$templateProcessor = new TestableTemplateProcesor($mainPart);
631
$templateProcessor->setValues(['firstname' => 'John', 'lastname' => 'Doe']);
0 commit comments