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 6b1a826 commit 2f1ca93Copy full SHA for 2f1ca93
tests/Client/FunctionalIntegrationTest.php
@@ -106,6 +106,9 @@ public function testPostDataReturnsData()
106
$this->markTestSkipped('Not supported on HHVM');
107
}
108
109
+ // max_nesting_level was set to 100 for PHP Versions < 5.4 which resulted in failing test for legacy PHP
110
+ ini_set('xdebug.max_nesting_level', 256);
111
+
112
$loop = Factory::create();
113
$client = new Client($loop);
114
0 commit comments