:octocat: +coverage

This commit is contained in:
codemasher
2019-07-30 15:37:35 +02:00
parent 3095c0f819
commit 83a9613e56
+13
View File
@@ -45,4 +45,17 @@ class QRImageTest extends QROutputTestAbstract{
$this->assertSame($img, file_get_contents($this::cachefile.$type));
}
public function testSetModuleValues(){
$this->options->moduleValues = [
// data
1024 => [0, 0, 0],
4 => [255, 255, 255],
];
$this->setOutputInterface()->dump();
$this->assertTrue(true); // tricking the code coverage
}
}