PHP Класс Phalcon\Test\Unit\Text\TextIncrementTest

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

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

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

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

testTextIncrementAlreadyIncremented() публичный Метод

Tests the increment function with an already incremented string
С версии: 2014-09-29
Автор: Nikolaos Dimopoulos ([email protected])

testTextIncrementAlreadyIncrementedTwice() публичный Метод

Tests the increment function for an already incremented string twice
С версии: 2014-09-29
Автор: Nikolaos Dimopoulos ([email protected])

testTextIncrementSimpleString() публичный Метод

Tests the increment function
С версии: 2014-09-29
Автор: Nikolaos Dimopoulos ([email protected])

testTextIncrementStringWithDifferentSeparator() публичный Метод

Tests the increment function with a different separator
С версии: 2014-09-29
Автор: Nikolaos Dimopoulos ([email protected])

testTextIncrementStringWithSpace() публичный Метод

Tests the increment function for a string with a space at the end
С версии: 2014-09-29
Автор: Nikolaos Dimopoulos ([email protected])

testTextIncrementStringWithUnderscore() публичный Метод

Tests the increment function for a string with underscore
С версии: 2014-09-29
Автор: Nikolaos Dimopoulos ([email protected])