You are here

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

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

File

tests/select_or_other_number.test, line 10

Class

SelectOrOtherNumberTestCase
Tests the select or other text field based functionality

Code

public static function getInfo() {
  return array(
    'name' => 'Select or Other number',
    'description' => 'Ensure that Select or Other functions correctly while used in combination with list fields.',
    'group' => 'Select or Other',
  );
}