PHP Class Phalcon\Test\Unit\Text\TextIncrementTest

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
testTextIncrementAlreadyIncremented ( ) Tests the increment function with an already incremented string
testTextIncrementAlreadyIncrementedTwice ( ) Tests the increment function for an already incremented string twice
testTextIncrementSimpleString ( ) Tests the increment function
testTextIncrementStringWithDifferentSeparator ( ) Tests the increment function with a different separator
testTextIncrementStringWithSpace ( ) Tests the increment function for a string with a space at the end
testTextIncrementStringWithUnderscore ( ) Tests the increment function for a string with underscore

Method Details

testTextIncrementAlreadyIncremented() public method

Tests the increment function with an already incremented string
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])

testTextIncrementAlreadyIncrementedTwice() public method

Tests the increment function for an already incremented string twice
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])

testTextIncrementSimpleString() public method

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

testTextIncrementStringWithDifferentSeparator() public method

Tests the increment function with a different separator
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])

testTextIncrementStringWithSpace() public method

Tests the increment function for a string with a space at the end
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])

testTextIncrementStringWithUnderscore() public method

Tests the increment function for a string with underscore
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])