💯 coverage

This commit is contained in:
smiley
2017-12-26 20:38:27 +01:00
parent be0a869fa1
commit 4cd0746fda
+6
View File
@@ -93,4 +93,10 @@ class QRCodeTest extends QRTestAbstract{
$this->qrcode->getMatrix('');
}
public function testImageTransparencyBGDefault(){
$this->qrcode = $this->reflection->newInstanceArgs([new QROptions(['imageTransparencyBG' => 'foo'])]);
$this->assertSame([255,255,255], $this->getProperty('options')->getValue($this->qrcode)->imageTransparencyBG);
}
}