function image_test_settings

Image tookit's settings operation.

File

drupal/core/modules/system/tests/modules/image_test/image_test.module, line 77
Helper module for the image tests.

Code

function image_test_settings() {
  _image_test_log_call('settings', array());
  return array();
}