🚿 :void

This commit is contained in:
codemasher
2020-03-03 07:21:12 +01:00
parent 41730158d7
commit 6eb4dd1ac3
15 changed files with 81 additions and 77 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class MaskPatternTesterTest extends QRTestAbstract{
protected string $FQCN = MaskPatternTester::class;
// coverage
public function testMaskpattern(){
public function testMaskpattern():void{
$matrix = (new Byte(new QROptions(['version' => 10]), 'test'))->initMatrix(0, true);
$this::assertSame(6178, (new MaskPatternTester($matrix))->testPattern());