Merge pull request #4579 from remicollet/issue-jsontest
skip no more needed with jsonc 1.3.9pull/4580/head
commit
63698facf5
|
@ -54,7 +54,7 @@ class JsonFileTest extends \PHPUnit_Framework_TestCase
|
||||||
|
|
||||||
public function testParseErrorDetectSingleQuotes()
|
public function testParseErrorDetectSingleQuotes()
|
||||||
{
|
{
|
||||||
if (defined('JSON_PARSER_NOTSTRICT')) {
|
if (defined('JSON_PARSER_NOTSTRICT') && version_compare(phpversion('json'), '1.3.9', '<')) {
|
||||||
$this->markTestSkipped('jsonc issue, see https://github.com/remicollet/pecl-json-c/issues/23');
|
$this->markTestSkipped('jsonc issue, see https://github.com/remicollet/pecl-json-c/issues/23');
|
||||||
}
|
}
|
||||||
$json = '{
|
$json = '{
|
||||||
|
|
Loading…
Reference in New Issue