PHP Class Phalcon\Test\Unit\Text\TextUpperLowerTest

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

Méthodes publiques

Méthode Description
testLower ( ) Tests the lower function
testLowerMultiBytesEncoding ( ) Tests the lower function for multi-bytes encoding
testUpper ( ) Tests the upper function
testUpperMultiBytesEncoding ( ) Tests the upper function for multi-bytes encoding

Method Details

testLower() public méthode

Tests the lower function
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])
public testLower ( )

testLowerMultiBytesEncoding() public méthode

Tests the lower function for multi-bytes encoding
Since: 2015-05-06
Author: Stanislav Kiryukhin ([email protected])

testUpper() public méthode

Tests the upper function
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])
public testUpper ( )

testUpperMultiBytesEncoding() public méthode

Tests the upper function for multi-bytes encoding
Since: 2015-05-06
Author: Stanislav Kiryukhin ([email protected])