You are here

public static function RUPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.ru.test, line 8

Class

RUPhoneNumberTestCase

Code

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