You are here

public static function CNPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.cn.test, line 8

Class

CNPhoneNumberTestCase

Code

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