fix: Fix return types in tests.

This commit is contained in:
Pol Dellaiera
2021-12-21 15:19:36 +01:00
parent 58a13d932f
commit 70ca203e23
67 changed files with 76 additions and 76 deletions

View File

@@ -25,7 +25,7 @@ final class AgeAggregatorTest extends AbstractAggregatorTest
*/
private $aggregator;
public function setUp(): void
protected function setUp(): void
{
self::bootKernel();

View File

@@ -24,7 +24,7 @@ final class GenderAggregatorTest extends AbstractAggregatorTest
*/
private $aggregator;
public function setUp(): void
protected function setUp(): void
{
self::bootKernel();

View File

@@ -24,7 +24,7 @@ final class NationalityAggregatorTest extends AbstractAggregatorTest
*/
private $aggregator;
public function setUp(): void
protected function setUp(): void
{
self::bootKernel();

View File

@@ -26,7 +26,7 @@ final class CountPersonTest extends AbstractExportTest
*/
private $export;
public function setUp(): void
protected function setUp(): void
{
self::bootKernel();

View File

@@ -28,7 +28,7 @@ final class ListPersonTest extends AbstractExportTest
*/
private $export;
public function setUp(): void
protected function setUp(): void
{
self::bootKernel();

View File

@@ -26,7 +26,7 @@ final class AccompanyingPeriodFilterTest extends AbstractFilterTest
*/
private $filter;
public function setUp(): void
protected function setUp(): void
{
self::bootKernel();

View File

@@ -25,7 +25,7 @@ final class BirthdayFilterTest extends AbstractFilterTest
*/
private $filter;
public function setUp(): void
protected function setUp(): void
{
self::bootKernel();

View File

@@ -25,7 +25,7 @@ final class GenderFilterTest extends AbstractFilterTest
*/
private $filter;
public function setUp(): void
protected function setUp(): void
{
self::bootKernel();