mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-27 18:48:13 +00:00
✨ added QRGdImageAVIF
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user