You are here

public static function FeedsPushTest::getInfo in Feeds 7.2

File

tests/feeds_push.test, line 16
Contains FeedsPushTest.

Class

FeedsPushTest
Tests for PubSubHubbub support in feeds.

Code

public static function getInfo() {
  return array(
    'name' => 'PubSubHubbub',
    'description' => 'Tests for PubSubHubbub support.',
    'group' => 'Feeds',
  );
}