added QRGdImageAVIF

This commit is contained in:
smiley
2023-11-27 23:29:54 +01:00
parent 054b76a631
commit d8ccc242d3
5 changed files with 75 additions and 9 deletions
+3 -3
View File
@@ -40,9 +40,9 @@ abstract class QROutputTestAbstract extends TestCase{
mkdir($this::buildDir, 0777, true);
}
$this->options = new QROptions;
$this->matrix = (new QRCode($this->options))->addByteSegment('testdata')->getQRMatrix();
$this->outputInterface = $this->getOutputInterface($this->options, $this->matrix);
$this->options = new QROptions;
$this->matrix = (new QRCode($this->options))->addByteSegment('testdata')->getQRMatrix();
$this->outputInterface = $this->getOutputInterface($this->options, $this->matrix);
}
abstract protected function getOutputInterface(