PHP 클래스 Phalcon\Test\Unit\Security\RandomTest

저자: Serghei Iakovlev ([email protected])
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
testRandomBase58 ( ) Tests the random base58 generation
testRandomBase64 ( ) Tests the random base64 generation
testRandomBase64Safe ( ) Tests the random base64 generation
testRandomByte ( ) Tests the random bytes string generation
testRandomHex ( ) Tests the random hex generation
testRandomNumber ( ) Tests the random number generation
testRandomUuid ( ) Tests the random UUID v4 generation

보호된 메소드들

메소드 설명
_before ( ) executed before each test

메소드 상세

_before() 보호된 메소드

executed before each test
protected _before ( )

testRandomBase58() 공개 메소드

Tests the random base58 generation
부터: 2015-08-20
저자: Serghei Iakovlev ([email protected])
public testRandomBase58 ( )

testRandomBase64() 공개 메소드

Tests the random base64 generation
부터: 2015-08-17
저자: Serghei Iakovlev ([email protected])
public testRandomBase64 ( )

testRandomBase64Safe() 공개 메소드

Tests the random base64 generation
부터: 2015-08-17
저자: Serghei Iakovlev ([email protected])

testRandomByte() 공개 메소드

Tests the random bytes string generation
부터: 2015-08-17
저자: Serghei Iakovlev ([email protected])
public testRandomByte ( )

testRandomHex() 공개 메소드

Tests the random hex generation
부터: 2015-08-17
저자: Serghei Iakovlev ([email protected])
public testRandomHex ( )

testRandomNumber() 공개 메소드

Tests the random number generation
부터: 2015-08-17
저자: Serghei Iakovlev ([email protected])
public testRandomNumber ( )

testRandomUuid() 공개 메소드

Tests the random UUID v4 generation
부터: 2015-08-17
저자: Serghei Iakovlev ([email protected])
public testRandomUuid ( )