diff --git a/tests/IntegrationTest.php b/tests/IntegrationTest.php index c142a177efae21d39808938a1a64825ea587dee7..5cc5bd5af6c793287f33a18cd4b1a060adda9fd9 100644 --- a/tests/IntegrationTest.php +++ b/tests/IntegrationTest.php @@ -361,6 +361,7 @@ class IntegrationTest extends TestCase if ($startIndex >= $totalItems) { // Return empty generator explicitly yield from []; + return; }