Skip to content

Commit 3232308

Browse files
committed
Using FQ name for PHP_VERSION_ID
1 parent 160c2d5 commit 3232308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Dumper/JsonFileDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class JsonFileDumperTest extends TestCase
1919
{
2020
public function testDump()
2121
{
22-
if (PHP_VERSION_ID < 50400) {
22+
if (\PHP_VERSION_ID < 50400) {
2323
$this->markTestIncomplete('PHP below 5.4 doesn\'t support JSON pretty printing');
2424
}
2525

0 commit comments

Comments
 (0)