QRGdImageGIFTest.php 393 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Class QRGdImageGIFTest
  4. *
  5. * @created 11.12.2021
  6. * @author smiley <smiley@chillerlan.net>
  7. * @copyright 2021 smiley
  8. * @license MIT
  9. */
  10. namespace chillerlan\QRCodeTest\Output;
  11. use chillerlan\QRCode\Output\QROutputInterface;
  12. /**
  13. *
  14. */
  15. final class QRGdImageGIFTest extends QRGdImageTestAbstract{
  16. protected string $type = QROutputInterface::GDIMAGE_GIF;
  17. }