You are here

public static function AUPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.au.test, line 8

Class

AUPhoneNumberTestCase

Code

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