mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-27 18:48:13 +00:00
🚿 make data providers static (PHPUnit 10...)
This commit is contained in:
@@ -23,7 +23,7 @@ final class AlphaNumTest extends DataInterfaceTestAbstract{
|
||||
/**
|
||||
* isAlphaNum() should pass on the 45 defined characters and fail on anything else (e.g. lowercase)
|
||||
*/
|
||||
public function stringValidateProvider():array{
|
||||
public static function stringValidateProvider():array{
|
||||
return [
|
||||
['ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 $%*+-./:', true],
|
||||
['abc', false],
|
||||
|
||||
Reference in New Issue
Block a user