X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Ftranslation%2FTests%2FDumper%2FJsonFileDumperTest.php;fp=vendor%2Fsymfony%2Ftranslation%2FTests%2FDumper%2FJsonFileDumperTest.php;h=5e66f718d17eb24436d29ac495c01274505ba8e2;hp=62084d2178f561da1b90768c8dccec599ef9c55f;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/symfony/translation/Tests/Dumper/JsonFileDumperTest.php b/vendor/symfony/translation/Tests/Dumper/JsonFileDumperTest.php index 62084d217..5e66f718d 100644 --- a/vendor/symfony/translation/Tests/Dumper/JsonFileDumperTest.php +++ b/vendor/symfony/translation/Tests/Dumper/JsonFileDumperTest.php @@ -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'));