From 660e45ac59f49d4b397b98da7f3a503e090febaf Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 4 Jan 2022 17:27:30 +0100 Subject: [PATCH] tests: Tag failing test as incomplete. --- .../AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php index 46d5adcb3..5a6cf1bd3 100644 --- a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php @@ -45,7 +45,7 @@ final class AccompanyingPeriodConfidentialTest extends WebTestCase public function dataGenerateRandomAccompanyingCourse() { // Disabling this dataprovider to avoid having errors while running the test. - yield from []; + return yield from []; $maxGenerated = 3; $maxResults = $maxGenerated * 8;