You are here

public static function TelephoneFormatterFunctionalTest::getInfo in Telephone Formatter 7

File

tests/TelephoneFormatterFunctionalTest.test, line 9

Class

TelephoneFormatterFunctionalTest

Code

public static function getInfo() {
  return array(
    'name' => 'Telephone Formatter Functional Tests',
    'description' => 'Tests the creation of telephone fields.',
    'group' => 'Telephone Formatter',
  );
}