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 a751a23

Browse filesBrowse files
Merge branch '5.3' into 5.4
* 5.3: Fix tests CS fix
2 parents 8accbc4 + 3090b4e commit a751a23
Copy full SHA for a751a23

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.