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

testParseExceptionOnMissingForward() public method

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