public function FeedsJSONPathParserTestCase::getInfo in Feeds JSONPath Parser 6
Same name and namespace in other branches
- 7 tests/feeds_jsonpath_parser.test \FeedsJSONPathParserTestCase::getInfo()
Describe this test.
File
- tests/
feeds_jsonpath_parser.test, line 16 - Tests for FeedsJSONPathParser.inc.
Class
- FeedsJSONPathParserTestCase
- Test single feeds.
Code
public function getInfo() {
return array(
'name' => t('JSONPath Parser'),
'description' => t('Regression tests for Feeds JSONPath parser.'),
'group' => t('Feeds'),
);
}