You are here

public static function FeedsExUi::getInfo in Feeds extensible parsers 7.2

Same name and namespace in other branches
  1. 7 src/Tests/FeedsExUi.test \FeedsExUi::getInfo()

File

src/Tests/FeedsExUi.test, line 13
Contains FeedsExUi.

Class

FeedsExUi
User interface tests.

Code

public static function getInfo() {
  return array(
    'name' => 'UI tests',
    'description' => 'Integration tests for the user interface.',
    'group' => 'Feeds EX',
  );
}