upgrade phpunit: make data provider static

This commit is contained in:
2024-02-14 12:28:14 +01:00
parent d5115b3718
commit f251e6f100
57 changed files with 142 additions and 121 deletions

View File

@@ -92,7 +92,7 @@ final class HouseholdApiControllerTest extends WebTestCase
self::ensureKernelShutdown();
}
public function generateHouseholdId()
public static function generateHouseholdId()
{
self::bootKernel();
@@ -124,7 +124,7 @@ final class HouseholdApiControllerTest extends WebTestCase
self::ensureKernelShutdown();
}
public function generatePersonId()
public static function generatePersonId()
{
self::bootKernel();