You are here

public static function ZAPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.za.test, line 8

Class

ZAPhoneNumberTestCase

Code

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