mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
ignore skipped jpeg test coverage
This commit is contained in:
@@ -73,6 +73,7 @@ class QRImage extends QROutputAbstract{
|
||||
|
||||
switch($this->options->type){
|
||||
case QRCode::OUTPUT_IMAGE_JPG:
|
||||
// @codeCoverageIgnoreStart
|
||||
imagejpeg(
|
||||
$image,
|
||||
$this->options->cachefile,
|
||||
@@ -81,6 +82,7 @@ class QRImage extends QROutputAbstract{
|
||||
: 85
|
||||
);
|
||||
break;
|
||||
// @codeCoverageIgnoreEnd
|
||||
case QRCode::OUTPUT_IMAGE_GIF: /** Actually, it's pronounced "DJIFF". *hides* */
|
||||
imagegif(
|
||||
$image,
|
||||
|
||||
Reference in New Issue
Block a user