public static function PhonePanamanianTest::getInfo in Phone 6
Same name and namespace in other branches
- 7 tests/phone.pa.test \PhonePanamanianTest::getInfo()
File
- tests/
phone-pa.test, line 5
Class
Code
public static function getInfo() {
return array(
'name' => t('Panamanian phone'),
'description' => t('Executes test suite for validating / formatting Panamanian phone number.'),
'group' => t('Phone'),
);
}