8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52c2ff commit c2b3570Copy full SHA for c2b3570
src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php
@@ -242,6 +242,7 @@ protected function getHttpClient(string $testCase): HttpClientInterface
242
243
case 'testHandleIsRemovedOnException':
244
$this->markTestSkipped("MockHttpClient doesn't cache handles");
245
+ break;
246
247
case 'testPause':
248
case 'testPauseReplace':
0 commit comments