KanjiTest.php 439 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * Class KanjiTest
  4. *
  5. * @created 24.11.2017
  6. * @author Smiley <smiley@chillerlan.net>
  7. * @copyright 2017 Smiley
  8. * @license MIT
  9. */
  10. namespace chillerlan\QRCodeTest\Data;
  11. use chillerlan\QRCode\Data\Kanji;
  12. /**
  13. * Tests the Kanji class
  14. */
  15. final class KanjiTest extends DatainterfaceTestAbstract{
  16. protected string $FQN = Kanji::class;
  17. protected string $testdata = '茗荷茗荷茗荷茗荷茗荷';
  18. }