You are here

public static function FeedsTestsPreprocess::callback in Feeds 7.2

Preprocess callback for test_target.

See also

feeds_tests_feeds_processor_targets()

File

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

Class

FeedsTestsPreprocess
Helper class to ensure callbacks can be objects.

Code

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