tests: Tag failing test as incomplete.

This commit is contained in:
Pol Dellaiera
2022-01-04 17:27:30 +01:00
parent e619e58a6e
commit 660e45ac59

View File

@@ -45,7 +45,7 @@ final class AccompanyingPeriodConfidentialTest extends WebTestCase
public function dataGenerateRandomAccompanyingCourse() public function dataGenerateRandomAccompanyingCourse()
{ {
// Disabling this dataprovider to avoid having errors while running the test. // Disabling this dataprovider to avoid having errors while running the test.
yield from []; return yield from [];
$maxGenerated = 3; $maxGenerated = 3;
$maxResults = $maxGenerated * 8; $maxResults = $maxGenerated * 8;