mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 18:39:43 +00:00
upgrade phpunit: make data provider static
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user