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

getParseHrefExpectationsMap() public method

Returns the parseHref invocation expectations, as an array of: 0. route to parse the href from (/content/objects/59 1. attribute name we are looking for (contentId) 2. expected return value (59)*.
    public function getParseHrefExpectationsMap()
    {
        return array();
    }