You are here

public static function FeedsTamperTemporaryTargetTestCase::getInfo in Feeds Tamper 7

File

tests/temporary_target.test, line 8

Class

FeedsTamperTemporaryTargetTestCase
Tests blank sources and temporary targets.

Code

public static function getInfo() {
  return array(
    'name' => 'Temporary targets and blank sources',
    'description' => 'Tests for adding temporary targets and blank sources.',
    'group' => 'Feeds Tamper',
  );
}