eZ\Publish\Core\REST\Server\Tests\Input\Parser\RelationCreateTest::getParseHrefExpectationsMap PHP Method

getParseHrefExpectationsMap() public method

    public function getParseHrefExpectationsMap()
    {
        return array(array('/content/objects/42', 'contentId', 42));
    }