Skip to content

Commit 14db4cc

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: Using FQ name for PHP_VERSION_ID [Form] Fix \IntlDateFormatter timezone parameter usage to bypass PHP bug #66323 Harden the debugging of Twig filters and functions bumped Symfony version to 2.7.29 updated VERSION for 2.7.28 update CONTRIBUTORS for 2.7.28 updated CHANGELOG for 2.7.28
2 parents 32b7c0b + 3232308 commit 14db4cc

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 testFormatCatalogue()
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)