Skip to content

Commit d1e466d

Browse files
authored
Update HtmlImage2Test.php
1 parent bd4eb2b commit d1e466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Reader/Html/HtmlImage2Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function testCanInsertImageGoodProtocol(): void
1515
if (getenv('SKIP_URL_IMAGE_TEST') === '1') {
1616
self::markTestSkipped('Skipped due to setting of environment variable');
1717
}
18-
$imagePath = 'https://phpspreadsheet.readthedocs.io/en/latest/topics/images/01-03-filter-icon-1.png';
18+
$imagePath = 'https://phpspreadsheet.readthedocs.io/en/stable/topics/images/01-03-filter-icon-1.png';
1919
$html = '<table>
2020
<tr>
2121
<td><img src="' . $imagePath . '" alt="test image voilà"></td>

0 commit comments

Comments
 (0)