You are here

public static function NLPhoneNumberTestCase::getInfo in Phone 7

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

Implementation of getInfo()

File

tests/phone.nl.test, line 8

Class

NLPhoneNumberTestCase

Code

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