public static function FeedsExUi::getInfo in Feeds extensible parsers 7
Same name and namespace in other branches
- 7.2 src/Tests/FeedsExUi.test \FeedsExUi::getInfo()
File
- src/
Tests/ FeedsExUi.test, line 16 - 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',
);
}