PHP 클래스 Phalcon\Test\Unit\VersionTest

저자: Andres Gutierrez ([email protected])
저자: Nikolaos Dimopoulos ([email protected])
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
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])