PHP 클래스 lithium\tests\cases\template\helper\SecurityTest

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

공개 프로퍼티들

프로퍼티 타입 설명
$context
$subject

공개 메소드들

메소드 설명
hash ( $token )
key ( $token )
setUp ( )
testConstruct ( ) Tests that the helper can be constructed with a custom configuration.
testFormSignatureGeneration ( ) Tests that the Security helper correctly binds to the Form helper to collect field information and generate a signature.
testFormSignatureWithLabelField ( )
testFormSignatureWithLockedAndExcluded ( )
testFormSignatureWithMethodPUT ( )
testRequestToken ( ) Tests that the helper correctly generates a security token field.

메소드 상세

hash() 공개 정적인 메소드

public static hash ( $token )

key() 공개 정적인 메소드

public static key ( $token )

setUp() 공개 메소드

public setUp ( )

testConstruct() 공개 메소드

Tests that the helper can be constructed with a custom configuration.
public testConstruct ( )

testFormSignatureGeneration() 공개 메소드

Tests that the Security helper correctly binds to the Form helper to collect field information and generate a signature.

testFormSignatureWithLabelField() 공개 메소드

testFormSignatureWithLockedAndExcluded() 공개 메소드

testFormSignatureWithMethodPUT() 공개 메소드

testRequestToken() 공개 메소드

Tests that the helper correctly generates a security token field.
public testRequestToken ( )

프로퍼티 상세

$context 공개적으로 프로퍼티

public $context

$subject 공개적으로 프로퍼티

public $subject