function image_test_settings in Drupal 7
Image tookit's settings operation.
File
- modules/simpletest/ tests/ image_test.module, line 77 
- Helper module for the image tests.
Code
function image_test_settings() {
  _image_test_log_call('settings', array());
  return array();
}