public static function ABTPermissionGrantsTestCase::getInfo in Access By Term 7
File
- ./
abt.test, line 331
Class
Code
public static function getInfo() {
return array(
'name' => 'ABT node access grants test',
'description' => 'Test if ABT is restricting/allowing access as designed (takes a few minutes).',
'group' => 'Access by Term (ABT)',
);
}