mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-08 07:44:59 +00:00
upgrade phpunit: make data provider static
This commit is contained in:
@@ -35,7 +35,7 @@ final class DefaultRangeGeneratorTest extends TestCase
|
||||
* * Jeudi => envoi des rdv du samedi et dimanche
|
||||
* * Vendredi => Envoi des rdv du lundi.
|
||||
*/
|
||||
public function generateData(): \Iterator
|
||||
public static function generateData(): \Iterator
|
||||
{
|
||||
yield [
|
||||
new \DateTimeImmutable('2022-06-13 10:45:00'),
|
||||
|
Reference in New Issue
Block a user