You are here

function ProfileModuleTestUrl::get_info in SimpleTest 5

Same name and namespace in other branches
  1. 6 tests/profile_module.test \ProfileModuleTestUrl::get_info()

File

tests/profile_module.test, line 472

Class

ProfileModuleTestUrl

Code

function get_info() {
  return array(
    'name' => 'Test Url field',
    'desc' => "Testing profile module with add/edit/delete new fields into profile page",
    'group' => 'Profile Module',
  );
}