PHP Класс eZ\Publish\Core\REST\Server\Tests\Input\Parser\URLWildcardCreateTest

Наследование: extends BaseTest
Показать файл Открыть проект

Открытые методы

Метод Описание
testParse ( ) Tests the URLWildcardCreate parser.
testParseExceptionOnMissingDestinationUrl ( ) Test URLWildcardCreate parser throwing exception on missing destinationUrl.
testParseExceptionOnMissingForward ( ) Test URLWildcardCreate parser throwing exception on missing forward.
testParseExceptionOnMissingSourceUrl ( ) Test URLWildcardCreate parser throwing exception on missing sourceUrl.

Защищенные методы

Метод Описание
internalGetParser ( ) : URLWildcardCreate Returns the URLWildcard input parser.

Описание методов

internalGetParser() защищенный Метод

Returns the URLWildcard input parser.
protected internalGetParser ( ) : URLWildcardCreate
Результат eZ\Publish\Core\REST\Server\Input\Parser\URLWildcardCreate

testParse() публичный Метод

Tests the URLWildcardCreate parser.
public testParse ( )

testParseExceptionOnMissingDestinationUrl() публичный Метод

Test URLWildcardCreate parser throwing exception on missing destinationUrl.

testParseExceptionOnMissingForward() публичный Метод

Test URLWildcardCreate parser throwing exception on missing forward.

testParseExceptionOnMissingSourceUrl() публичный Метод

Test URLWildcardCreate parser throwing exception on missing sourceUrl.