mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-05 08:51:24 +00:00
upgrade phpunit: make data provider static
This commit is contained in:
@@ -73,7 +73,7 @@ class PersonDocumentGenericDocProviderTest extends KernelTestCase
|
||||
self::assertIsInt($nb, 'Test that the query is syntactically correct');
|
||||
}
|
||||
|
||||
public function provideDataBuildFetchQueryForPerson(): iterable
|
||||
public static function provideDataBuildFetchQueryForPerson(): iterable
|
||||
{
|
||||
yield [null, null, null];
|
||||
yield [new \DateTimeImmutable('1 year ago'), null, null];
|
||||
|
||||
Reference in New Issue
Block a user