PHP Class Acl\Test\TestCase\AclExtrasTestCase

Inheritance: extends Cake\TestSuite\TestCase
Mostrar archivo Open project: cakephp/acl

Public Properties

Property Type Description
$fixtures

Public Methods

Method Description
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

Protected Methods

Method Description
_clean ( ) : void clean fixtures and setup mock
_createNode ( $parent, $expected )
_setup ( )

Method Details

_clean() protected method

clean fixtures and setup mock
protected _clean ( ) : void
return void

_createNode() protected method

protected _createNode ( $parent, $expected )

_setup() protected method

protected _setup ( )

setUp() public method

setUp
public setUp ( ) : void
return void

tearDown() public method

tearDown
public tearDown ( ) : void
return void

testAcoSyncRemoveMethods() public method

test syncing of Aco records
public testAcoSyncRemoveMethods ( ) : void
return void

testAcoUpdate() public method

Test acoUpdate method.
public testAcoUpdate ( ) : void
return void

testAcoUpdateAddingMethods() public method

test adding methods with acoUpdate
public testAcoUpdateAddingMethods ( ) : void
return void

testAddingControllers() public method

test adding controllers on sync
public testAddingControllers ( ) : void
return void

testRecover() public method

test recover
public testRecover ( ) : void
return void

testStartup() public method

test startup
public testStartup ( ) : void
return void

testSyncWithNestedPlugin() public method

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

testUpdateWithPlugins() public method

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

Property Details

$fixtures public_oe property

public $fixtures