public static function CategorizeFeedTest::getInfo

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php, line 14
Definition of Drupal\aggregator\Tests\CategorizeFeedTest.

Class

CategorizeFeedTest
Tests the categorize feed functionality in the Aggregator module.

Namespace

Drupal\aggregator\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Categorize feed functionality',
    'description' => 'Categorize feed test.',
    'group' => 'Aggregator',
  );
}