You are here

public static function TermstatusSafeguardTestCase::getInfo in Taxonomy Term Status 7

Return info about test case.

File

./termstatus.test, line 66
Tests for termstatus.module

Class

TermstatusSafeguardTestCase
Tests the mechanism preventing terms from being unpublished.

Code

public static function getInfo() {
  return array(
    'name' => 'First Use Safeguard',
    'description' => 'Tests the mechanism preventing terms from being unpublished after the module is enabled.',
    'group' => 'Taxonomy Term Status',
  );
}