You are here

public static function SelectOrOtherAdminTestCase::getInfo in Select (or other) 7.2

Same name and namespace in other branches
  1. 7.3 tests/select_or_other_admin.test \SelectOrOtherAdminTestCase::getInfo()

File

tests/select_or_other_admin.test, line 26

Class

SelectOrOtherAdminTestCase
Tests administration of select or other field widgets and formatters.

Code

public static function getInfo() {
  return array(
    'name' => 'Select or Other admin',
    'description' => 'Ensure that Select or Other administration functions as expected.',
    'group' => 'Select or Other',
  );
}