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

testParseExceptionOnMissingSourceUrl() public method

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