You are here

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

Describes this test.

File

tests/src/FeedsEntityProcessorPropertyTest.test, line 30
Contains FeedsEntityProcessorPropertyTest.

Class

FeedsEntityProcessorPropertyTest
Tests importing entities with properties of various data types.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity property test',
    'description' => 'Tests importing entities with properties of various data types.',
    'group' => 'Feeds entity processor',
  );
}