public static function TelephoneFormatterFunctionalTest::getInfo in Telephone Formatter 7
File
- tests/
TelephoneFormatterFunctionalTest.test, line 9
Class
Code
public static function getInfo() {
return array(
'name' => 'Telephone Formatter Functional Tests',
'description' => 'Tests the creation of telephone fields.',
'group' => 'Telephone Formatter',
);
}