'Update script test', 'value' => 'Warning', 'description' => 'This is a requirements warning provided by the update_script_test module.', 'severity' => REQUIREMENT_WARNING, ); break; case REQUIREMENT_ERROR: $requirements['update_script_test'] = array( 'title' => 'Update script test', 'value' => 'Error', 'description' => 'This is a requirements error provided by the update_script_test module.', 'severity' => REQUIREMENT_ERROR, ); break; } } return $requirements; } /** * Dummy update function to run during the tests. */ function update_script_test_update_7000() { return t('The update_script_test_update_7000() update was executed successfully.'); }