PHP Class Cake\Acl\Test\TestCase\Model\Behavior\AclBehaviorTest

Inheritance: extends Cake\TestSuite\TestCase
Show file Open project: cakephp/acl

Public Properties

Property Type Description
$Aco Acl\Model\Entity\Aco Aco property
$Aro Acl\Model\Entity\Aro Aro property
$fixtures array fixtures property

Public Methods

Method Description
setUp ( ) : void Set up the test
tearDown ( ) : void tearDown method
testAfterDelete ( ) : void Test After Delete
testAfterSave ( ) : void test After Save
testAfterSaveUpdateParentIdNotNull ( ) : void test that an afterSave on an update does not cause parent_id to become null.
testNode ( ) : void Test Node()
testSetup ( ) : void Test Setup of AclBehavior
testSetupMulti ( ) : void Test Setup of AclBehavior as both requester and controlled

Method Details

setUp() public method

Set up the test
public setUp ( ) : void
return void

tearDown() public method

tearDown method
public tearDown ( ) : void
return void

testAfterDelete() public method

Test After Delete
public testAfterDelete ( ) : void
return void

testAfterSave() public method

test After Save
public testAfterSave ( ) : void
return void

testAfterSaveUpdateParentIdNotNull() public method

test that an afterSave on an update does not cause parent_id to become null.

testNode() public method

Test Node()
public testNode ( ) : void
return void

testSetup() public method

Test Setup of AclBehavior
public testSetup ( ) : void
return void

testSetupMulti() public method

Test Setup of AclBehavior as both requester and controlled
public testSetupMulti ( ) : void
return void

Property Details

$Aco public property

Aco property
public Aco,Acl\Model\Entity $Aco
return Acl\Model\Entity\Aco

$Aro public property

Aro property
public Aro,Acl\Model\Entity $Aro
return Acl\Model\Entity\Aro

$fixtures public property

fixtures property
public array $fixtures
return array