You are here

public static function FeedsEntityCase::getInfo in Feeds 7.2

File

tests/feeds_entity.test, line 16
Test cases for entity API integration.

Class

FeedsEntityCase
Tests for Entity API integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Feeds entity tests',
    'description' => 'Test integration with the entity property API.',
    'group' => 'Feeds',
    'dependencies' => array(
      'entity',
    ),
  );
}