PHP Class Phalcon\Test\Unit\Text\TextRandomTest

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
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 method

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

testRandomAlpha() public method

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

testRandomConstants() public method

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

testRandomHexDec() public method

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

testRandomNonZero() public method

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

testRandomNumeric() public method

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