Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3090b4e

Browse filesBrowse files
Merge branch '5.2' into 5.3
* 5.2: Fix tests CS fix
2 parents 0e7658d + 3221949 commit 3090b4e
Copy full SHA for 3090b4e

File tree

Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed

‎.github/composer-config.json

Copy file name to clipboardExpand all lines: .github/composer-config.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"symfony/http-kernel": "source",
77
"symfony/messenger": "source",
88
"symfony/notifier": "source",
9+
"symfony/proxy-manager-bridge": "source",
910
"symfony/translation": "source",
1011
"symfony/validator": "source",
1112
"*": "dist"

‎src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ protected function getHttpClient(string $testCase): HttpClientInterface
242242

243243
case 'testHandleIsRemovedOnException':
244244
$this->markTestSkipped("MockHttpClient doesn't cache handles");
245+
break;
245246

246247
case 'testPause':
247248
case 'testPauseReplace':

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.