mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
fix: Fix return types in tests.
This commit is contained in:
@@ -29,7 +29,7 @@ final class SingleTaskControllerTest extends WebTestCase
|
||||
*/
|
||||
protected $faker;
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
self::bootKernel();
|
||||
$this->faker = Faker\Factory::create('fr');
|
||||
|
Reference in New Issue
Block a user