* @copyright 2023 smiley * @license MIT */ namespace chillerlan\QRCodeTest\Output; use chillerlan\QRCode\Output\QRGdImageWEBP; /** * */ final class QRGdImageWEBPTest extends QRGdImageTestAbstract{ protected string $FQN = QRGdImageWEBP::class; }