You are here

public static function PKPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.pk.test, line 8

Class

PKPhoneNumberTestCase

Code

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