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 e312656 commit 5cd6b88Copy full SHA for 5cd6b88
tests/PhpSpreadsheetTests/Reader/Html/HtmlImage2Test.php
@@ -42,6 +42,6 @@ public function testCannotInsertImageBadProtocol(): void
42
</tr>
43
</table>';
44
$filename = HtmlHelper::createHtml($html);
45
- $spreadsheet = HtmlHelper::loadHtmlIntoSpreadsheet($filename, true);
+ HtmlHelper::loadHtmlIntoSpreadsheet($filename, true);
46
}
47
0 commit comments