eZ\Publish\Core\REST\Server\Tests\Input\Parser\URLWildcardCreateTest::testParseExceptionOnMissingDestinationUrl PHP Method

testParseExceptionOnMissingDestinationUrl() public method

Test URLWildcardCreate parser throwing exception on missing destinationUrl.
    public function testParseExceptionOnMissingDestinationUrl()
    {
        $inputArray = array('sourceUrl' => '/source/url', 'forward' => 'true');
        $urlWildcardCreate = $this->getParser();
        $urlWildcardCreate->parse($inputArray, $this->getParsingDispatcherMock());
    }