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