We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20fa85c + 02685c6 commit b5710d1Copy full SHA for b5710d1
Tests/Dumper/ServerDumperTest.php
@@ -37,9 +37,6 @@ public function testDumpForwardsToWrappedDumperWhenServerIsUnavailable()
37
$dumper->dump($data);
38
}
39
40
- /**
41
- * @group transient-on-macos
42
- */
43
public function testDump()
44
{
45
$wrappedDumper = $this->createMock(DataDumperInterface::class);
Tests/Server/ConnectionTest.php
@@ -22,9 +22,6 @@ class ConnectionTest extends TestCase
22
23
private const VAR_DUMPER_SERVER = 'tcp://127.0.0.1:9913';
24
25
26
27
28
29
30
$cloner = new VarCloner();
0 commit comments