You are here

public static function NZPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.nz.test, line 8

Class

NZPhoneNumberTestCase

Code

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