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