You are here

function feeds_tests_preprocess_callback in Feeds 7.2

Preprocess callback for test_target.

See also

feeds_tests_feeds_processor_targets()

File

tests/feeds_tests.module, line 422
Helper module for Feeds tests.

Code

function feeds_tests_preprocess_callback(array $target, array &$mapping) {
  $mapping['required_value'] = TRUE;
}