You are here

public static function PHPhoneNumberTestCase::getInfo in Phone 6

Same name and namespace in other branches
  1. 7 tests/phone.ph.test \PHPhoneNumberTestCase::getInfo()

Implementation of getInfo()

File

tests/phone-ph.test, line 8

Class

PHPhoneNumberTestCase

Code

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