public static function PhoneIntTest::getInfo in Phone 7
File
- tests/
phone.int.test, line 7
Class
Code
public static function getInfo() {
return array(
'name' => 'International phone number test',
'description' => 'Tests international phone number validation.',
'group' => 'Phone',
);
}