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