mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
upgrade phpunit: make data provider static
This commit is contained in:
@@ -50,7 +50,7 @@ class ClosingMotiveRenderTest extends KernelTestCase
|
||||
self::assertStringContainsString($expectedContent, $actual);
|
||||
}
|
||||
|
||||
public function provideClosingMotiveWithRenderString(): iterable
|
||||
public static function provideClosingMotiveWithRenderString(): iterable
|
||||
{
|
||||
$closingMotive = (new ClosingMotive())->setName(['fr' => 'Left']);
|
||||
|
||||
|
Reference in New Issue
Block a user