PHP Класс Phalcon\Test\Unit\Filter\FilterStringTest

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

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

Метод Описание
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)

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

testSanitizeArrayFilterValidString() публичный метод

Tests the filter with an array filter (no filtering) (US characters)
С версии: 2014-09-30
Автор: Nikolaos Dimopoulos ([email protected])

testSanitizeStringArrayFilter() публичный метод

Tests the filter with an array filter (US characters)
С версии: 2014-09-30
Автор: Nikolaos Dimopoulos ([email protected])

testSanitizeStringStringFilter() публичный метод

Tests the filter with a string (US characters)
С версии: 2014-09-30
Автор: Nikolaos Dimopoulos ([email protected])

testSanitizeStringStringFilterValidString() публичный метод

Tests the filter with a string (no filtering) (US characters)
С версии: 2014-09-30
Автор: Nikolaos Dimopoulos ([email protected])

testSanitizeStringStringFrenchQuotesFilter() публичный метод

Tests the filter with a string with french quotes
С версии: 2014-09-30
Автор: Nikolaos Dimopoulos ([email protected])

testSanitizeStringUTF8ArrayFilter() публичный метод

Tests the filter with an array filter (International characters)
С версии: 2014-09-30
Автор: Nikolaos Dimopoulos ([email protected])

testSanitizeStringUTF8StringFilter() публичный метод

Tests the filter with a string (International characters)
С версии: 2014-09-30
Автор: Nikolaos Dimopoulos ([email protected])

testSanitizeStringUTF8StringFilterValidString() публичный метод

Tests the filter with a string (no filtering) (International characters)
С версии: 2014-09-30
Автор: Nikolaos Dimopoulos ([email protected])

testSanitizeUTF8ArrayFilterValidStringNoFilter() публичный метод

Tests the filter with an array filter (no filtering) (International characters)
С версии: 2014-09-30
Автор: Nikolaos Dimopoulos ([email protected])