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