10000
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.
1 parent 5dfb353 commit fcfcba1Copy full SHA for fcfcba1
src/Symfony/Component/VarDumper/Tests/Server/ConnectionTest.php
@@ -24,6 +24,10 @@ class ConnectionTest extends TestCase
24
25
public function testDump()
26
{
27
+ if ('True' === getenv('APPVEYOR')) {
28
+ $this->markTestSkipped('Skip transient test on AppVeyor');
29
+ }
30
+
31
$cloner = new VarCloner();
32
$data = $cloner->cloneVar('foo');
33
$connection = new Connection(self::VAR_DUMPER_SERVER, [
0 commit comments