PhpBench\Tests\Unit\Expression\ParserTest::testInvalidJson PHP Метод

testInvalidJson() публичный Метод

It should throw an exception if the JSON is invalid.
public testInvalidJson ( )
    public function testInvalidJson()
    {
        $this->parser->parse('{"$eq": ["benchmark", foo__');
    }