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

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

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

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

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

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

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

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

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

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

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

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

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

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

Tests the random function with non zero
С версии: 2014-09-29
Автор: Nikolaos Dimopoulos ([email protected])
public testRandomNonZero ( )

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

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