PHP Class Phalcon\Test\Unit\Text\TextUpperLowerTest

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
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 method

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

testLowerMultiBytesEncoding() public method

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

testUpper() public method

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

testUpperMultiBytesEncoding() public method

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