You are here

public static function FeedsEntityProcessorBasicTest::getInfo in Feeds entity processor 7

File

tests/src/FeedsEntityProcessorBasicTest.test, line 16
Tests for plugins/FeedsEntityProcessor.inc.

Class

FeedsEntityProcessorBasicTest
Tests importing entities using the generic processor.

Code

public static function getInfo() {
  return array(
    'name' => 'Basic import capabilities',
    'description' => 'Tests importing entities using the generic processor.',
    'group' => 'Feeds entity processor',
  );
}