public static function TermstatusAdminTestCase::getInfo in Taxonomy Term Status 7
Return info about test case.
File
- ./termstatus.test, line 145 
- Tests for termstatus.module
Class
- TermstatusAdminTestCase
- Tests the administrative user interface.
Code
public static function getInfo() {
  return array(
    'name' => 'Administrative Interface',
    'description' => 'Tests the administrative user interface.',
    'group' => 'Taxonomy Term Status',
  );
}