PHP Class Phalcon\Test\Unit\Filter\FilterStringTest

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

Public Methods

Method Description
testSanitizeArrayFilterValidString ( ) Tests the filter with an array filter (no filtering) (US characters)
testSanitizeStringArrayFilter ( ) Tests the filter with an array filter (US characters)
testSanitizeStringStringFilter ( ) Tests the filter with a string (US characters)
testSanitizeStringStringFilterValidString ( ) Tests the filter with a string (no filtering) (US characters)
testSanitizeStringStringFrenchQuotesFilter ( ) Tests the filter with a string with french quotes
testSanitizeStringUTF8ArrayFilter ( ) Tests the filter with an array filter (International characters)
testSanitizeStringUTF8StringFilter ( ) Tests the filter with a string (International characters)
testSanitizeStringUTF8StringFilterValidString ( ) Tests the filter with a string (no filtering) (International characters)
testSanitizeUTF8ArrayFilterValidStringNoFilter ( ) Tests the filter with an array filter (no filtering) (International characters)

Method Details

testSanitizeArrayFilterValidString() public method

Tests the filter with an array filter (no filtering) (US characters)
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeStringArrayFilter() public method

Tests the filter with an array filter (US characters)
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeStringStringFilter() public method

Tests the filter with a string (US characters)
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeStringStringFilterValidString() public method

Tests the filter with a string (no filtering) (US characters)
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeStringStringFrenchQuotesFilter() public method

Tests the filter with a string with french quotes
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeStringUTF8ArrayFilter() public method

Tests the filter with an array filter (International characters)
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeStringUTF8StringFilter() public method

Tests the filter with a string (International characters)
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeStringUTF8StringFilterValidString() public method

Tests the filter with a string (no filtering) (International characters)
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])

testSanitizeUTF8ArrayFilterValidStringNoFilter() public method

Tests the filter with an array filter (no filtering) (International characters)
Since: 2014-09-30
Author: Nikolaos Dimopoulos ([email protected])