You are here

function ProfileModuleTestSingle::get_info in SimpleTest 6

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

File

tests/profile_module.test, line 3

Class

ProfileModuleTestSingle

Code

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