Make test data providers static and declare array return types in db tests. (#20631)

This commit is contained in:
Wilmer Arambula
2025-10-21 08:28:49 -03:00
committed by GitHub
parent 9676e529eb
commit f983c66cf5
22 changed files with 73 additions and 61 deletions

View File

@@ -19,7 +19,7 @@ class ArrayParserTest extends TestCase
$this->arrayParser = new ArrayParser();
}
public function convertProvider()
public static function convertProvider(): array
{
return [
['{}', []],