1
0
Fork 0

ignore this test with 'jsonc'

pull/4264/head
Remi Collet 2015-07-16 09:21:13 +02:00 committed by Rob Bast
parent 1f006a499e
commit c014e0882f
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ class JsonFileTest extends \PHPUnit_Framework_TestCase
public function testParseErrorDetectSingleQuotes()
{
if (defined('JSON_PARSER_NOTSTRICT')) {
$this->markTestSkipped('jsonc issue, see https://github.com/remicollet/pecl-json-c/issues/23');
}
$json = '{
\'foo\': "bar"
}';