You are here

public static function ColectomyTestCase::getInfo in Colectomy 7

Information function.

File

tests/colectomy.test, line 12

Class

ColectomyTestCase
Tests the visibility of the Colectomy managed labels.

Code

public static function getInfo() {
  return array(
    'name' => 'Colectomy',
    'description' => 'Ensures the labels of form fields appear without colons.',
    'group' => 'Colectomy',
  );
}