Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / translation / Tests / Dumper / JsonFileDumperTest.php
index 62084d2178f561da1b90768c8dccec599ef9c55f..5e66f718d17eb24436d29ac495c01274505ba8e2 100644 (file)
@@ -19,10 +19,6 @@ class JsonFileDumperTest extends TestCase
 {
     public function testFormatCatalogue()
     {
-        if (\PHP_VERSION_ID < 50400) {
-            $this->markTestIncomplete('PHP below 5.4 doesn\'t support JSON pretty printing');
-        }
-
         $catalogue = new MessageCatalogue('en');
         $catalogue->add(array('foo' => 'bar'));