You are here

public static function EGPhoneNumberTestCase::getInfo in Phone 7

Same name and namespace in other branches
  1. 6 tests/phone-eg.test \EGPhoneNumberTestCase::getInfo()

Implementation of getInfo()

File

tests/phone.eg.test, line 8

Class

EGPhoneNumberTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Egypt Phone number test'),
    'description' => t('Tests various valid and invalid Egypt phone numbers for validity'),
    'group' => t('Phone'),
  );
}