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 d8dae9e commit 495227cCopy full SHA for 495227c
tests/PhpWord/TemplateProcessorTest.php
@@ -260,7 +260,6 @@ public function testSetImageValue()
260
$objWriter->save($testFileName);
261
if (!file_exists($testFileName)) {
262
throw new \Exception("Generated file '{$testFileName}' not found!");
263
- return;
264
}
265
266
$resultFileName = 'images-test-result.docx';
@@ -270,7 +269,6 @@ public function testSetImageValue()
270
269
$templateProcessor->saveAs($resultFileName);
271
if (!file_exists($resultFileName)) {
272
throw new \Exception("Generated file '{$resultFileName}' not found!");
273
274
275
276
$expectedDocumentZip = new \ZipArchive();
0 commit comments