ignore skipped jpeg test coverage

This commit is contained in:
smiley
2017-02-26 16:59:47 +01:00
parent fa12b40c76
commit 2a73a21612
+2
View File
@@ -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,