mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 16:27:54 +00:00
🚿 make data providers static (PHPUnit 10...)
This commit is contained in:
@@ -23,7 +23,7 @@ final class ByteTest extends DataInterfaceTestAbstract{
|
||||
/**
|
||||
* isByte() passses any binary string and only fails on empty strings
|
||||
*/
|
||||
public function stringValidateProvider():array{
|
||||
public static function stringValidateProvider():array{
|
||||
return [
|
||||
["\x01\x02\x03", true],
|
||||
[' ', true], // not empty!
|
||||
|
||||
Reference in New Issue
Block a user