You are here

public static function BRPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.br.test, line 8

Class

BRPhoneNumberTestCase

Code

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