Skip to content

Commit

Permalink
Merge branch '5.3' into 5.4
Browse files Browse the repository at this point in the history
* 5.3:
  [DependencyInjection][HttpKernel] Fix enum typed bindings
  make login link handler tests time sensitive
  [CI] Remove macOS jobs
  Suppress psalm error for UndefinedDocblockClass for PHP 8.1 classes
  • Loading branch information
nicolas-grekas committed Dec 29, 2021
2 parents 5538a43 + 6b47b47 commit 5e344f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Tests/AsyncDecoratorTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ public function request(string $method, string $url, array $options = []): Respo
};
}

/**
* @group transient-on-macos
*/
public function testTimeoutOnDestruct()
{
if (HttpClient::create() instanceof NativeHttpClient) {
Expand Down
3 changes: 0 additions & 3 deletions Tests/HttpClientTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ abstract class HttpClientTestCase extends BaseHttpClientTestCase
{
private static $vulcainStarted = false;

/**
* @group transient-on-macos
*/
public function testTimeoutOnDestruct()
{
if (!method_exists(parent::class, 'testTimeoutOnDestruct')) {
Expand Down

0 comments on commit 5e344f1

Please sign in to comment.