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 5806f69 commit b44cb6eCopy full SHA for b44cb6e
tests/QrCodeTest.php
@@ -216,7 +216,7 @@ public function testSvgLogo(): void
216
$this->assertInstanceOf(SvgResult::class, $result);
217
218
$pngWriter = new PngWriter();
219
- $this->expectExceptionMessage('PNG Writer does not support SVG logo');
+ $this->expectExceptionMessage('GD Writer does not support SVG logo');
220
$pngWriter->write($qrCode, $logo);
221
}
222
0 commit comments