PHP Class Phalcon\Test\Unit\Tag\TagTitleTest

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
testAppendTitle ( ) Tests appendTitle
testGetTitleWithoutMaliciousContent ( ) Tests malicious content in the title
testPrependTitle ( ) Tests prependTitle
testSetTitle ( ) Tests setTitle
testSetTitleSeparator ( ) Tests titleSeparator
testSetTitleSeparatorAppend ( ) Tests titleSeparator with append
testSetTitleSeparatorPrepend ( ) Tests titleSeparator prepend

Method Details

testAppendTitle() public method

Tests appendTitle
Since: 2012-09-05
Author: Nikolaos Dimopoulos ([email protected])
public testAppendTitle ( )

testGetTitleWithoutMaliciousContent() public method

Tests malicious content in the title
Since: 2016-01-13
Author: Serghei Iakovlev ([email protected])

testPrependTitle() public method

Tests prependTitle
Since: 2012-09-05
Author: Nikolaos Dimopoulos ([email protected])
public testPrependTitle ( )

testSetTitle() public method

Tests setTitle
Since: 2012-09-05
Author: Nikolaos Dimopoulos ([email protected])
public testSetTitle ( )

testSetTitleSeparator() public method

Tests titleSeparator
Since: 2012-09-05
Author: Nikolaos Dimopoulos ([email protected])

testSetTitleSeparatorAppend() public method

Tests titleSeparator with append
Since: 2012-09-05
Author: Nikolaos Dimopoulos ([email protected])

testSetTitleSeparatorPrepend() public method

Tests titleSeparator prepend
Since: 2012-09-05
Author: Nikolaos Dimopoulos ([email protected])