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 777fda3 commit 488ebbfCopy full SHA for 488ebbf
src/Symfony/Component/VarDumper/Tests/VarClonerTest.php
@@ -137,6 +137,10 @@ public function testClone()
137
138
public function testJsonCast()
139
{
140
+ if (ini_get('xdebug.overload_var_dump') == 2) {
141
+ $this->markTestSkipped('xdebug is active');
142
+ }
143
+
144
$data = (array) json_decode('{"1":{}}');
145
146
$cloner = new VarCloner();
0 commit comments