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 f7fcb4b commit 512c21eCopy full SHA for 512c21e
tests/PhpSpreadsheetTests/Reader/Xlsx/URLImageTest.php
@@ -34,6 +34,7 @@ public function testURLImageSource(): void
34
self::assertSame(84, $drawing->getWidth());
35
self::assertSame(44, $drawing->getHeight());
36
}
37
+ $spreadsheet->disconnectWorksheets();
38
39
40
public function testURLImageSourceNotFound(): void
@@ -48,6 +49,7 @@ public function testURLImageSourceNotFound(): void
48
49
$worksheet = $spreadsheet->getActiveSheet();
50
$collection = $worksheet->getDrawingCollection();
51
self::assertCount(0, $collection);
52
53
54
55
public function testURLImageSourceBadProtocol(): void
0 commit comments