eZ\Publish\Core\REST\Common\Tests\Input\Handler\JsonTest::testConvertInvalidJson PHP Метод

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

    public function testConvertInvalidJson()
    {
        $handler = $this->getHandler();
        $handler->convert('{text:"Hello world!"}');
    }