* @copyright 2021 smiley * @license MIT */ namespace chillerlan\QRCodeTest\Output; use chillerlan\QRCode\QRCode; /** * */ final class QRGdImagePNGTest extends QRGdImageTestAbstract{ protected string $type = QRCode::OUTPUT_IMAGE_PNG; }