function testNodeAclPermissionCheck in ACL 7
Includes independ check of the permissions by checking the grants table AND by trying to view the node as a unauthorised user and an authorized user for each of the 3 use cases (view, edit, delete)
File
- tests/
acl.test, line 161 - Tests for the ACL module.
Code
function testNodeAclPermissionCheck() {
}