You are here

public static function ILPhoneNumberTestCase::getInfo in Phone 6

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

Implementation of getInfo()

File

tests/phone-il.test, line 8

Class

ILPhoneNumberTestCase

Code

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