You are here

public static function FeedsContentTypeTest::getInfo in Feeds 7.2

File

tests/feeds_content_type.test, line 16
Contains FeedsContentTypeTest.

Class

FeedsContentTypeTest
Tests for when an importer is attached to a content type.

Code

public static function getInfo() {
  return array(
    'name' => 'Feed content type',
    'description' => 'Tests behavior for when an importer is attached to a content type.',
    'group' => 'Feeds',
  );
}