Skip to content

Commit 1b56c32

Browse files
Merge branch '5.3' into 5.4
* 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
2 parents 1710596 + b5710d1 commit 1b56c32

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Tests/Dumper/ServerDumperTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ public function testDumpForwardsToWrappedDumperWhenServerIsUnavailable()
3737
$dumper->dump($data);
3838
}
3939

40-
/**
41-
* @group transient-on-macos
42-
*/
4340
public function testDump()
4441
{
4542
$wrappedDumper = $this->createMock(DataDumperInterface::class);

Tests/Server/ConnectionTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ class ConnectionTest extends TestCase
2222
{
2323
private const VAR_DUMPER_SERVER = 'tcp://127.0.0.1:9913';
2424

25-
/**
26-
* @group transient-on-macos
27-
*/
2825
public function testDump()
2926
{
3027
$cloner = new VarCloner();

0 commit comments

Comments
 (0)