eZ\Publish\Core\REST\Common\Tests\Input\ParsingDispatcherTest::testParseMissingContentType PHP Method

testParseMissingContentType() public method

    public function testParseMissingContentType()
    {
        $dispatcher = new Common\Input\ParsingDispatcher();
        $dispatcher->parse(array(), 'text/unknown');
    }