You are here

function field_test_field_update in SimpleTest 7

Memorize calls to hook_field_update().

File

tests/field_test.module, line 1227

Code

function field_test_field_update($obj_type, $object, $field, $instance, $items) {
  $args = func_get_args();
  field_test_memorize(__FUNCTION__, $args);
}