1
0
Fork 0

Fix json test, fixes #3326

pull/3328/head
Jordi Boggiano 2014-10-04 12:33:28 +01:00
parent 1e4229e22a
commit ed54e8346d
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class JsonFileTest extends \PHPUnit_Framework_TestCase
public function testFormatEmptyArray()
{
$data = array('test' => array(), 'test2' => new \stdClass);
if (PHP_VERSION_ID < 50429 || (PHP_VERSION_ID >= 50500 && PHP_VERSION_ID < 50513)) {
if (PHP_VERSION_ID < 50428 || (PHP_VERSION_ID >= 50500 && PHP_VERSION_ID < 50512)) {
$json = '{
"test": [