PHP Class ElggCoreAccessCollectionsTest, Elgg

Inheritance: extends ElggCoreUnitTest
Show file Open project: elgg/elgg

Public Methods

Method Description
__construct ( ) Called before each test object.
__destruct ( ) Called after each test object.
testAccessCaching ( )
testAddMemberToACLRemoveMember ( )
testAddRemoveUserToACL ( )
testCanEditACL ( )
testCanEditACLHook ( )
testCreateDeleteGroupACL ( ) core and the plugin.
testCreateGetDeleteACL ( )
testJoinLeaveGroupACL ( )
testUpdateACL ( )
test_acl_access_hook ( $hook, $type, $value, $params )

Method Details

__construct() public method

Called before each test object.
public __construct ( )

__destruct() public method

Called after each test object.
public __destruct ( )

testAccessCaching() public method

public testAccessCaching ( )

testAddMemberToACLRemoveMember() public method

testAddRemoveUserToACL() public method

testCanEditACL() public method

public testCanEditACL ( )

testCanEditACLHook() public method

public testCanEditACLHook ( )

testCreateDeleteGroupACL() public method

core and the plugin.

testCreateGetDeleteACL() public method

testJoinLeaveGroupACL() public method

testUpdateACL() public method

public testUpdateACL ( )

test_acl_access_hook() public method

public test_acl_access_hook ( $hook, $type, $value, $params )