Upgrade tests to PhpUnit 10 (#5252)

This commit is contained in:
Kevin Papst
2024-12-22 01:25:30 +01:00
committed by GitHub
parent 9bd37fb695
commit c7f0508707
377 changed files with 3308 additions and 3409 deletions

View File

@@ -46,7 +46,7 @@ class NumberGeneratorTest extends TestCase
/**
* @return array<mixed>
*/
public function getTestData(): array
public static function getTestData(): array
{
return [
['DEMO-{XXX}-{known,5}', ['known' => 123], 'DEMO-{XXX}-00124', 0],