* @copyright 2017 Smiley * @license MIT */ namespace chillerlan\QRCodeTest\Data; use chillerlan\QRCode\Data\Kanji; /** * Tests the Kanji class */ final class KanjiTest extends DatainterfaceTestAbstract{ protected string $FQN = Kanji::class; protected string $testdata = '茗荷茗荷茗荷茗荷茗荷'; }