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 160c2d5 commit 3232308Copy full SHA for 3232308
Tests/Dumper/JsonFileDumperTest.php
@@ -19,7 +19,7 @@ class JsonFileDumperTest extends TestCase
19
{
20
public function testDump()
21
22
- if (PHP_VERSION_ID < 50400) {
+ if (\PHP_VERSION_ID < 50400) {
23
$this->markTestIncomplete('PHP below 5.4 doesn\'t support JSON pretty printing');
24
}
25
0 commit comments