public static function HUPhoneNumberTestCase::getInfo in Phone 7
Same name and namespace in other branches
- 6 tests/phone-hu.test \HUPhoneNumberTestCase::getInfo()
Implementation of getInfo()
File
- tests/
phone.hu.test, line 8
Class
Code
public static function getInfo() {
return array(
'name' => t('Hungary Phone number test'),
'description' => t('Tests various valid and invalid Hungary phone numbers for validity'),
'group' => t('Phone'),
);
}