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

Inheritance: extends Cake\TestSuite\TestCase
Afficher le fichier Open project: cakephp/acl

Méthodes publiques

Свойство Type Description
$Aco Acl\Model\Entity\Aco Aco property
$Aro Acl\Model\Entity\Aro Aro property
$fixtures array fixtures property

Méthodes publiques

Méthode 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 méthode

Set up the test
public setUp ( ) : void
Résultat void

tearDown() public méthode

tearDown method
public tearDown ( ) : void
Résultat void

testAfterDelete() public méthode

Test After Delete
public testAfterDelete ( ) : void
Résultat void

testAfterSave() public méthode

test After Save
public testAfterSave ( ) : void
Résultat void

testAfterSaveUpdateParentIdNotNull() public méthode

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

testNode() public méthode

Test Node()
public testNode ( ) : void
Résultat void

testSetup() public méthode

Test Setup of AclBehavior
public testSetup ( ) : void
Résultat void

testSetupMulti() public méthode

Test Setup of AclBehavior as both requester and controlled
public testSetupMulti ( ) : void
Résultat void

Property Details

$Aco public_oe property

Aco property
public Aco,Acl\Model\Entity $Aco
Résultat Acl\Model\Entity\Aco

$Aro public_oe property

Aro property
public Aro,Acl\Model\Entity $Aro
Résultat Acl\Model\Entity\Aro

$fixtures public_oe property

fixtures property
public array $fixtures
Résultat array