Skip to content

Commit 0f4f48b

Browse files
committed
Fix CI
1 parent 4c1ea13 commit 0f4f48b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/Codeception/Module/RestTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ public function testRestExecute(string $configUrl, string $requestUrl, string $e
664664
$content
665665
) use ($expectedFullUrl) {
666666
\PHPUnit\Framework\Assert::assertSame($expectedFullUrl, $uri);
667+
return '';
667668
})
668669
);
669670

0 commit comments

Comments
 (0)