mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 12:47:56 +00:00
🚿 fixed test classname
This commit is contained in:
@@ -15,7 +15,7 @@ use chillerlan\QRCode\Data\Byte;
|
||||
/**
|
||||
* Tests the Byte class
|
||||
*/
|
||||
final class ByteTest extends DatainterfaceTestAbstract{
|
||||
final class ByteTest extends DataInterfaceTestAbstract{
|
||||
|
||||
protected string $FQN = Byte::class;
|
||||
protected string $testdata = '[¯\_(ツ)_/¯]';
|
||||
|
||||
Reference in New Issue
Block a user