PHP 클래스 Phalcon\Test\Unit\Tag\TagFriendlyTitleTest

저자: Andres Gutierrez ([email protected])
저자: Nikolaos Dimopoulos ([email protected])
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
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

메소드 상세

testFriendlyTitleStringParameterLowercase() 공개 메소드

Tests friendlyTitle with string as a parameter lowercase
부터: 2014-09-11
저자: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterNoSeparator() 공개 메소드

Tests friendlyTitle with string as a parameter and no separator
부터: 2014-09-11
저자: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterReplaceArray() 공개 메소드

Tests friendlyTitle with string as a parameter with replace as array
부터: 2014-09-11
저자: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterReplaceBoolean() 공개 메소드

Tests friendlyTitle with string as a parameter with replace as boolean
부터: 2014-09-11
저자: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterReplaceString() 공개 메소드

Tests friendlyTitle with string as a parameter with replace as string
부터: 2014-09-11
저자: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterSeparator() 공개 메소드

Tests friendlyTitle with string as a parameter and a separator
부터: 2014-09-11
저자: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleStringParameterUppercase() 공개 메소드

Tests friendlyTitle with string as a parameter uppercase
부터: 2014-09-11
저자: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleWithAccentedCharactersAndReplaceArray() 공개 메소드

Tests friendlyTitle with accented characters and replace array
부터: 2014-09-11
저자: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleWithAccentedCharactersAndReplaceString() 공개 메소드

Tests friendlyTitle with accented characters and replace string
부터: 2014-09-11
저자: Nikolaos Dimopoulos ([email protected])

testFriendlyTitleWithSpecialCharactersAndEscaping() 공개 메소드

Tests friendlyTitle with special characters and escaping
부터: 2014-09-11
저자: Nikolaos Dimopoulos ([email protected])