:octocat: improve minimum version detection and related tests

This commit is contained in:
smiley
2023-03-25 19:37:37 +01:00
parent b30c369810
commit b79bf85570
9 changed files with 214 additions and 90 deletions
+2 -2
View File
@@ -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