PHP 클래스 Acl\Test\TestCase\Auth\ActionsAuthorizeTest

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

공개 메소드들

메소드 설명
setUp ( ) : void setUp
testActionMethod ( ) : void test action()
testActionNoDoubleSlash ( ) : void Make sure that action() doesn't create double slashes anywhere.
testActionWithPlugin ( ) : void test action() and plugins
testActionWithPluginAndPrefix ( )
testActionWithPrefix ( )
testAuthorizeFailure ( ) : void test failure
testAuthorizeSettings ( ) : void testAuthorizeSettings
testAuthorizeSuccess ( ) : void test isAuthorized working.

보호된 메소드들

메소드 설명
_mockAcl ( ) : void setup the mock acl.

메소드 상세

_mockAcl() 보호된 메소드

setup the mock acl.
protected _mockAcl ( ) : void
리턴 void

setUp() 공개 메소드

setUp
public setUp ( ) : void
리턴 void

testActionMethod() 공개 메소드

test action()
public testActionMethod ( ) : void
리턴 void

testActionNoDoubleSlash() 공개 메소드

Make sure that action() doesn't create double slashes anywhere.
public testActionNoDoubleSlash ( ) : void
리턴 void

testActionWithPlugin() 공개 메소드

test action() and plugins
public testActionWithPlugin ( ) : void
리턴 void

testActionWithPluginAndPrefix() 공개 메소드

testActionWithPrefix() 공개 메소드

testAuthorizeFailure() 공개 메소드

test failure
public testAuthorizeFailure ( ) : void
리턴 void

testAuthorizeSettings() 공개 메소드

testAuthorizeSettings
public testAuthorizeSettings ( ) : void
리턴 void

testAuthorizeSuccess() 공개 메소드

test isAuthorized working.
public testAuthorizeSuccess ( ) : void
리턴 void