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