You are here

public static function ABTPermissionFieldTestCase::getInfo in Access By Term 7

File

./abt.test, line 263

Class

ABTPermissionFieldTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'ABT field settings test',
    'description' => 'Test ABT properties for fields (changing the field settings). If user can assign field as access-controlling.',
    'group' => 'Access by Term (ABT)',
  );
}