mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
upgrade phpunit: make data provider static
This commit is contained in:
@@ -60,7 +60,7 @@ class EventACLAwareRepositoryTest extends KernelTestCase
|
||||
$this->assertIsArray($repository->findAllViewable($filters));
|
||||
}
|
||||
|
||||
public function generateFilters(): iterable
|
||||
public static function generateFilters(): iterable
|
||||
{
|
||||
yield [[]];
|
||||
}
|
||||
|
Reference in New Issue
Block a user