You are here

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

File

./abt.test, line 140

Class

ABTEnviromentTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'ABT environment test',
    'description' => 'Test if the environment is setup for the test (terms,fields,users,osv).',
    'group' => 'Access by Term (ABT)',
  );
}