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