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 bd4eb2b commit d1e466dCopy full SHA for d1e466d
tests/PhpSpreadsheetTests/Reader/Html/HtmlImage2Test.php
@@ -15,7 +15,7 @@ public function testCanInsertImageGoodProtocol(): void
15
if (getenv('SKIP_URL_IMAGE_TEST') === '1') {
16
self::markTestSkipped('Skipped due to setting of environment variable');
17
}
18
- $imagePath = 'https://phpspreadsheet.readthedocs.io/en/latest/topics/images/01-03-filter-icon-1.png';
+ $imagePath = 'https://phpspreadsheet.readthedocs.io/en/stable/topics/images/01-03-filter-icon-1.png';
19
$html = '<table>
20
<tr>
21
<td><img src="' . $imagePath . '" alt="test image voilà"></td>
0 commit comments