PHP Class Phalcon\Test\Unit\Text\TextRandomTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Afficher le fichier Open project: phalcon/cphalcon

Méthodes publiques

Méthode Description
testRandomAlnum ( ) Tests the random function with alnum
testRandomAlpha ( ) Tests the random function with alpha
testRandomConstants ( ) Tests the constants for the random function
testRandomHexDec ( ) Tests the random function with hexdec
testRandomNonZero ( ) Tests the random function with non zero
testRandomNumeric ( ) Tests the random function with numeric

Method Details

testRandomAlnum() public méthode

Tests the random function with alnum
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])
public testRandomAlnum ( )

testRandomAlpha() public méthode

Tests the random function with alpha
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])
public testRandomAlpha ( )

testRandomConstants() public méthode

Tests the constants for the random function
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])
public testRandomConstants ( )

testRandomHexDec() public méthode

Tests the random function with hexdec
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])
public testRandomHexDec ( )

testRandomNonZero() public méthode

Tests the random function with non zero
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])
public testRandomNonZero ( )

testRandomNumeric() public méthode

Tests the random function with numeric
Since: 2014-09-29
Author: Nikolaos Dimopoulos ([email protected])
public testRandomNumeric ( )