You are here

public static function MobileNumberElementTestCase::getInfo in Mobile Number 7

Info.

File

tests/mobile_number.element.test, line 20

Class

MobileNumberElementTestCase
Class for testing mobile_number element.

Code

public static function getInfo() {
  return array(
    'name' => 'Mobile number element',
    'description' => 'Mobile number form element functionality.',
    'group' => 'Mobile Number',
  );
}