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

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

공개 프로퍼티들

프로퍼티 타입 설명
$fixtures array

보호된 프로퍼티들

프로퍼티 타입 설명
$AuthUser TinyAuth\Controller\Component\AuthUserComponent

공개 메소드들

메소드 설명
setUp ( ) : void
testBeforeRenderSetAuthUser ( ) : void
testEmptyAuthSession ( ) : void
testHasRole ( ) : void
testHasRoles ( ) : void
testId ( ) : void
testIsAuthorizedInvalid ( ) : void
testIsAuthorizedNotLoggedIn ( ) : void
testIsAuthorizedValid ( ) : void
testIsMe ( ) : void
testRoles ( ) : void
testRolesDeep ( ) : void
testUser ( ) : void

메소드 상세

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

testBeforeRenderSetAuthUser() 공개 메소드

public testBeforeRenderSetAuthUser ( ) : void
리턴 void

testEmptyAuthSession() 공개 메소드

public testEmptyAuthSession ( ) : void
리턴 void

testHasRole() 공개 메소드

public testHasRole ( ) : void
리턴 void

testHasRoles() 공개 메소드

public testHasRoles ( ) : void
리턴 void

testId() 공개 메소드

public testId ( ) : void
리턴 void

testIsAuthorizedInvalid() 공개 메소드

public testIsAuthorizedInvalid ( ) : void
리턴 void

testIsAuthorizedNotLoggedIn() 공개 메소드

public testIsAuthorizedNotLoggedIn ( ) : void
리턴 void

testIsAuthorizedValid() 공개 메소드

public testIsAuthorizedValid ( ) : void
리턴 void

testIsMe() 공개 메소드

public testIsMe ( ) : void
리턴 void

testRoles() 공개 메소드

public testRoles ( ) : void
리턴 void

testRolesDeep() 공개 메소드

public testRolesDeep ( ) : void
리턴 void

testUser() 공개 메소드

public testUser ( ) : void
리턴 void

프로퍼티 상세

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

protected AuthUserComponent,TinyAuth\Controller\Component $AuthUser
리턴 TinyAuth\Controller\Component\AuthUserComponent

$fixtures 공개적으로 프로퍼티

public array $fixtures
리턴 array