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