* @copyright 2017 Smiley * @license MIT */ namespace chillerlan\QRCodeTest\Data; use chillerlan\QRCode\Data\AlphaNum; /** * Tests the AlphaNum class */ final class AlphaNumTest extends DatainterfaceTestAbstract{ protected string $FQN = AlphaNum::class; protected string $testdata = '0 $%*+-./:'; }