PHP Class Phalcon\Test\Unit\Tag\TagFriendlyTitleTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
testFriendlyTitleStringParameterLowercase ( ) Tests friendlyTitle with string as a parameter lowercase
testFriendlyTitleStringParameterNoSeparator ( ) Tests friendlyTitle with string as a parameter and no separator
testFriendlyTitleStringParameterReplaceArray ( ) Tests friendlyTitle with string as a parameter with replace as array
testFriendlyTitleStringParameterReplaceBoolean ( ) Tests friendlyTitle with string as a parameter with replace as boolean
testFriendlyTitleStringParameterReplaceString ( ) Tests friendlyTitle with string as a parameter with replace as string
testFriendlyTitleStringParameterSeparator ( ) Tests friendlyTitle with string as a parameter and a separator
testFriendlyTitleStringParameterUppercase ( ) Tests friendlyTitle with string as a parameter uppercase
testFriendlyTitleWithAccentedCharactersAndReplaceArray ( ) Tests friendlyTitle with accented characters and replace array
testFriendlyTitleWithAccentedCharactersAndReplaceString ( ) Tests friendlyTitle with accented characters and replace string
testFriendlyTitleWithSpecialCharactersAndEscaping ( ) Tests friendlyTitle with special characters and escaping

Method Details

testFriendlyTitleStringParameterLowercase() public method

Tests friendlyTitle with string as a parameter lowercase
Since: 2014-09-11
Author: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterNoSeparator() public method

Tests friendlyTitle with string as a parameter and no separator
Since: 2014-09-11
Author: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterReplaceArray() public method

Tests friendlyTitle with string as a parameter with replace as array
Since: 2014-09-11
Author: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterReplaceBoolean() public method

Tests friendlyTitle with string as a parameter with replace as boolean
Since: 2014-09-11
Author: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterReplaceString() public method

Tests friendlyTitle with string as a parameter with replace as string
Since: 2014-09-11
Author: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterSeparator() public method

Tests friendlyTitle with string as a parameter and a separator
Since: 2014-09-11
Author: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterUppercase() public method

Tests friendlyTitle with string as a parameter uppercase
Since: 2014-09-11
Author: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleWithAccentedCharactersAndReplaceArray() public method

Tests friendlyTitle with accented characters and replace array
Since: 2014-09-11
Author: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleWithAccentedCharactersAndReplaceString() public method

Tests friendlyTitle with accented characters and replace string
Since: 2014-09-11
Author: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleWithSpecialCharactersAndEscaping() public method

Tests friendlyTitle with special characters and escaping
Since: 2014-09-11
Author: Nikolaos Dimopoulos ([email protected])