mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-25 12:07:59 +00:00
🚿 fixed test classname
This commit is contained in:
@@ -15,7 +15,7 @@ use chillerlan\QRCode\Data\AlphaNum;
|
||||
/**
|
||||
* Tests the AlphaNum class
|
||||
*/
|
||||
final class AlphaNumTest extends DatainterfaceTestAbstract{
|
||||
final class AlphaNumTest extends DataInterfaceTestAbstract{
|
||||
|
||||
protected string $FQN = AlphaNum::class;
|
||||
protected string $testdata = '0 $%*+-./:';
|
||||
|
||||
Reference in New Issue
Block a user