PHP 클래스 TinyAuth\Test\TestCase\Controller\Component\AuthUserHelperTest

상속: extends Cake\TestSuite\TestCase
파일 보기 프로젝트 열기: dereuromark/cakephp-tinyauth

보호된 프로퍼티들

프로퍼티 타입 설명
$AuthUserHelper TinyAuth\View\Helper\AuthUserHelper
$View Cake\View\View
$config array

공개 메소드들

메소드 설명
setUp ( ) : void
testIsAuthorizedInvalid ( ) : void
testIsAuthorizedNotLoggedIn ( ) : void
testIsAuthorizedValid ( ) : void
testIsMe ( ) : void
testLinkInvalidDefault ( ) : void
testLinkNotLoggedIn ( ) : void
testLinkSpeed ( ) : void ACL links are basically free, they are as fast as normal links.
testLinkValid ( ) : void
testPostLinkInvalid ( ) : void
testPostLinkValid ( ) : void
testPostLinkValidNoEscape ( ) : void
testRoles ( ) : void
testUser ( ) : void

메소드 상세

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

testIsAuthorizedInvalid() 공개 메소드

public testIsAuthorizedInvalid ( ) : void
리턴 void

testIsAuthorizedNotLoggedIn() 공개 메소드

public testIsAuthorizedNotLoggedIn ( ) : void
리턴 void

testIsAuthorizedValid() 공개 메소드

public testIsAuthorizedValid ( ) : void
리턴 void

testIsMe() 공개 메소드

public testIsMe ( ) : void
리턴 void

testLinkInvalidDefault() 공개 메소드

public testLinkInvalidDefault ( ) : void
리턴 void

testLinkNotLoggedIn() 공개 메소드

public testLinkNotLoggedIn ( ) : void
리턴 void

testLinkSpeed() 공개 메소드

ACL links are basically free, they are as fast as normal links.
public testLinkSpeed ( ) : void
리턴 void

testLinkValid() 공개 메소드

public testLinkValid ( ) : void
리턴 void

testPostLinkInvalid() 공개 메소드

public testPostLinkInvalid ( ) : void
리턴 void

testPostLinkValid() 공개 메소드

public testPostLinkValid ( ) : void
리턴 void

testPostLinkValidNoEscape() 공개 메소드

public testPostLinkValidNoEscape ( ) : void
리턴 void

testRoles() 공개 메소드

public testRoles ( ) : void
리턴 void

testUser() 공개 메소드

public testUser ( ) : void
리턴 void

프로퍼티 상세

$AuthUserHelper 보호되어 있는 프로퍼티

protected AuthUserHelper,TinyAuth\View\Helper $AuthUserHelper
리턴 TinyAuth\View\Helper\AuthUserHelper

$View 보호되어 있는 프로퍼티

protected View,Cake\View $View
리턴 Cake\View\View

$config 보호되어 있는 프로퍼티

protected array $config
리턴 array