ignore this test with 'jsonc'
parent
1f006a499e
commit
c014e0882f
|
@ -54,6 +54,9 @@ class JsonFileTest extends \PHPUnit_Framework_TestCase
|
||||||
|
|
||||||
public function testParseErrorDetectSingleQuotes()
|
public function testParseErrorDetectSingleQuotes()
|
||||||
{
|
{
|
||||||
|
if (defined('JSON_PARSER_NOTSTRICT')) {
|
||||||
|
$this->markTestSkipped('jsonc issue, see https://github.com/remicollet/pecl-json-c/issues/23');
|
||||||
|
}
|
||||||
$json = '{
|
$json = '{
|
||||||
\'foo\': "bar"
|
\'foo\': "bar"
|
||||||
}';
|
}';
|
||||||
|
|
Loading…
Reference in New Issue