You are here

public static function SGPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.sg.test, line 8

Class

SGPhoneNumberTestCase

Code

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