:octocat: +coverage

This commit is contained in:
codemasher
2019-07-30 15:14:56 +02:00
parent b5cfa07f32
commit 3095c0f819
+13
View File
@@ -39,4 +39,17 @@ class QRImagickTest extends QROutputTestAbstract{
$this->assertSame($img, file_get_contents($this::cachefile.$type));
}
public function testSetModuleValues(){
$this->options->moduleValues = [
// data
1024 => '#4A6000',
4 => '#ECF9BE',
];
$this->setOutputInterface()->dump();
$this->assertTrue(true); // tricking the code coverage
}
}