mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-28 02:57:57 +00:00
:octocat: improve minimum version detection and related tests
This commit is contained in:
@@ -17,8 +17,8 @@ use chillerlan\QRCode\Data\Byte;
|
||||
*/
|
||||
final class ByteTest extends DataInterfaceTestAbstract{
|
||||
|
||||
protected string $FQN = Byte::class;
|
||||
protected string $testdata = '[¯\_(ツ)_/¯]';
|
||||
protected static string $FQN = Byte::class;
|
||||
protected static string $testdata = '[¯\_(ツ)_/¯]';
|
||||
|
||||
/**
|
||||
* isByte() passses any binary string and only fails on empty strings
|
||||
|
||||
Reference in New Issue
Block a user