fix: Fix return types in tests.

This commit is contained in:
Pol Dellaiera
2021-12-21 15:02:12 +01:00
parent ea839a4b52
commit 3d0be940f0
66 changed files with 66 additions and 66 deletions

View File

@@ -38,7 +38,7 @@ final class ReportControllerNextTest extends WebTestCase
*/
protected $person;
public function setUp()
public function setUp(): void
{
self::bootKernel();
// get person from fixture

View File

@@ -98,7 +98,7 @@ final class ReportControllerTest extends WebTestCase
->findOneBy(['username' => 'center a_social']);
}
public function setUp()
public function setUp(): void
{
self::$client = self::createClient([], [
'PHP_AUTH_USER' => 'center a_social',