Skip to content

Commit 6b47b47

Browse files
Merge branch '4.4' into 5.3
* 4.4: [DependencyInjection][HttpKernel] Fix enum typed bindings [CI] Remove macOS jobs Suppress psalm error for UndefinedDocblockClass for PHP 8.1 classes
2 parents 6d1dfd3 + 35e2cd1 commit 6b47b47

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Tests/AsyncDecoratorTraitTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ public function request(string $method, string $url, array $options = []): Respo
5454
};
5555
}
5656

57-
/**
58-
* @group transient-on-macos
59-
*/
6057
public function testTimeoutOnDestruct()
6158
{
6259
if (HttpClient::create() instanceof NativeHttpClient) {

Tests/HttpClientTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ abstract class HttpClientTestCase extends BaseHttpClientTestCase
3232
{
3333
private static $vulcainStarted = false;
3434

35-
/**
36-
* @group transient-on-macos
37-
*/
3835
public function testTimeoutOnDestruct()
3936
{
4037
if (!method_exists(parent::class, 'testTimeoutOnDestruct')) {

0 commit comments

Comments
 (0)