eZ\Publish\Core\REST\Common\Tests\Input\DispatcherTest::testParseMissingContentType PHP 메소드

testParseMissingContentType() 공개 메소드

    public function testParseMissingContentType()
    {
        $message = new Common\Message();
        $parsingDispatcher = $this->getMock('\\eZ\\Publish\\Core\\REST\\Common\\Input\\ParsingDispatcher');
        $dispatcher = new Common\Input\Dispatcher($parsingDispatcher);
        $dispatcher->parse($message);
    }