PHP Класс Phalcon\Test\Unit\Mvc\UrlTest

Автор: Andres Gutierrez ([email protected])
Автор: Nikolaos Dimopoulos ([email protected])
Наследование: extends Phalcon\Test\Module\UnitTest
Показать файл Открыть проект

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

Метод Описание
testUrlBase ( ) Tests the base url
testUrlForBlogMixedParameters ( ) Tests the url with a year/month/title
testUrlForController ( ) Tests the url with a controller
testUrlForControllerAction ( ) Tests the url with a controller and action
testUrlForDifferentLanguage ( ) Tests the url for a different language
testUrlForExternalSite ( ) Tests the url with external website
testUrlForGet ( ) Test should avoid double slash when joining baseUri to provided uri
testUrlOther ( ) Tests a different url
testUrlWithColons ( ) Test urls that contains colons in schema definition and as parameter

Приватные методы

Метод Описание
setupDI ( ) Sets the environment

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

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

Tests the base url
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])
public testUrlBase ( )

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

Tests the url with a year/month/title
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])

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

Tests the url with a controller
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])

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

Tests the url with a controller and action
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])

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

Tests the url for a different language
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])

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

Tests the url with external website
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])

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

Test should avoid double slash when joining baseUri to provided uri
С версии: 2015-02-03
Автор: Olivier Monaco ([email protected])
public testUrlForGet ( )

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

Tests a different url
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])
public testUrlOther ( )

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

Test urls that contains colons in schema definition and as parameter
С версии: 2016-05-07
Автор: Anton Melnik ([email protected])
public testUrlWithColons ( )