PHP 클래스 Acl\Test\TestCase\AclExtrasTestCase

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

공개 프로퍼티들

프로퍼티 타입 설명
$fixtures

공개 메소드들

메소드 설명
setUp ( ) : void setUp
tearDown ( ) : void tearDown
testAcoSyncRemoveMethods ( ) : void test syncing of Aco records
testAcoUpdate ( ) : void Test acoUpdate method.
testAcoUpdateAddingMethods ( ) : void test adding methods with acoUpdate
testAddingControllers ( ) : void test adding controllers on sync
testRecover ( ) : void test recover
testStartup ( ) : void test startup
testSyncWithNestedPlugin ( ) : void Tests that aco sync works correctly with nested plugins
testUpdateWithPlugins ( ) : void Ensures that nested plugins are correctly created

보호된 메소드들

메소드 설명
_clean ( ) : void clean fixtures and setup mock
_createNode ( $parent, $expected )
_setup ( )

메소드 상세

_clean() 보호된 메소드

clean fixtures and setup mock
protected _clean ( ) : void
리턴 void

_createNode() 보호된 메소드

protected _createNode ( $parent, $expected )

_setup() 보호된 메소드

protected _setup ( )

setUp() 공개 메소드

setUp
public setUp ( ) : void
리턴 void

tearDown() 공개 메소드

tearDown
public tearDown ( ) : void
리턴 void

testAcoSyncRemoveMethods() 공개 메소드

test syncing of Aco records
public testAcoSyncRemoveMethods ( ) : void
리턴 void

testAcoUpdate() 공개 메소드

Test acoUpdate method.
public testAcoUpdate ( ) : void
리턴 void

testAcoUpdateAddingMethods() 공개 메소드

test adding methods with acoUpdate
public testAcoUpdateAddingMethods ( ) : void
리턴 void

testAddingControllers() 공개 메소드

test adding controllers on sync
public testAddingControllers ( ) : void
리턴 void

testRecover() 공개 메소드

test recover
public testRecover ( ) : void
리턴 void

testStartup() 공개 메소드

test startup
public testStartup ( ) : void
리턴 void

testSyncWithNestedPlugin() 공개 메소드

Tests that aco sync works correctly with nested plugins
public testSyncWithNestedPlugin ( ) : void
리턴 void

testUpdateWithPlugins() 공개 메소드

Ensures that nested plugins are correctly created
public testUpdateWithPlugins ( ) : void
리턴 void

프로퍼티 상세

$fixtures 공개적으로 프로퍼티

public $fixtures