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