function PhoneNumberUITest::getInfo in Phone Number 6
File
- tests/
cck_phone.crud_input.test, line 31 - Testing CRUD API for user input.
Class
- PhoneNumberUITest
- Testing that users can not input bad phone number or country code
Code
function getInfo() {
return array(
'name' => t('Phone Number CRUD - User input'),
'description' => t('Tests the field CRUD (create, read, update, delete) API input by user.'),
'group' => t('Phone Number'),
);
}