mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-01 21:18:16 +00:00
:octocat: +coverage
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user