You are here

public static function CLPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.cl.test, line 8

Class

CLPhoneNumberTestCase

Code

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