public static function FeedsJSONPathParserTestCase::getInfo in Feeds JSONPath Parser 7
Same name and namespace in other branches
- 6 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 static function getInfo() {
return array(
'name' => t('JSONPath Parser'),
'description' => t('Regression tests for Feeds JSONPath parser.'),
'group' => t('Feeds JSONPath Parser'),
);
}