You are here

public static function JOPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.jo.test, line 8

Class

JOPhoneNumberTestCase

Code

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