PHP 클래스 lithium\tests\cases\security\validation\RequestTokenTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

보호된 프로퍼티들

프로퍼티 타입 설명
$_storage

공개 메소드들

메소드 설명
read ( $key )
setUp ( )
tearDown ( )
testConfiguration ( ) Tests that class dependencies can be reconfigured.
testKeyMatching ( ) Tests that a random sequence of keys and tokens properly match one another.
testTokenFromRequestObject ( ) Tests extracting a key from a Request object and matching it against a token.
testTokenGeneration ( ) Tests proper generation of secure tokens.
testTokenGenerationWithProvidedAlgo ( )
write ( $key, $val )

메소드 상세

read() 공개 정적인 메소드

public static read ( $key )

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testConfiguration() 공개 메소드

Tests that class dependencies can be reconfigured.
public testConfiguration ( )

testKeyMatching() 공개 메소드

Tests that a random sequence of keys and tokens properly match one another.
public testKeyMatching ( )

testTokenFromRequestObject() 공개 메소드

Tests extracting a key from a Request object and matching it against a token.

testTokenGeneration() 공개 메소드

Tests proper generation of secure tokens.
public testTokenGeneration ( )

testTokenGenerationWithProvidedAlgo() 공개 메소드

write() 공개 정적인 메소드

public static write ( $key, $val )

프로퍼티 상세

$_storage 보호되어 있는 정적으로 프로퍼티

protected static $_storage