PHP Класс Phalcon\Test\Unit\VersionTest

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

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

Метод Описание
testVersionConstants ( ) Tests the constants of the class
testVersionGet ( ) Tests the get
testVersionGetId ( ) Tests the getId()
testVersionGetIdToGet ( ) Tests the getId() translation to get()
testVersionGetPart ( ) Tests the getPart with variable parameters passed, valid or not
testVersionGetToGetId ( ) Tests the get() translation to getId()

Приватные методы

Метод Описание
numberToSpecial ( $number ) : string Translates a number to a special version string (ALPHA, BETA, RC)
specialToNumber ( $input ) : string Translates a special version (ALPHA, BETA, RC) to a version number

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

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

Tests the constants of the class
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])

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

Tests the get
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])
public testVersionGet ( )

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

Tests the getId()
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])
public testVersionGetId ( )

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

Tests the getId() translation to get()
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])

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

Tests the getPart with variable parameters passed, valid or not
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])
public testVersionGetPart ( )

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

Tests the get() translation to getId()
С версии: 2014-09-04
Автор: Nikolaos Dimopoulos ([email protected])