You are here

public static function PhoneIntTest::getInfo in Phone 7

File

tests/phone.int.test, line 7

Class

PhoneIntTest

Code

public static function getInfo() {
  return array(
    'name' => 'International phone number test',
    'description' => 'Tests international phone number validation.',
    'group' => 'Phone',
  );
}