public function FeedsJSONPathParserTestCase::setUp in Feeds JSONPath Parser 7
Same name and namespace in other branches
- 6 tests/feeds_jsonpath_parser.test \FeedsJSONPathParserTestCase::setUp()
Set up test.
File
- tests/
feeds_jsonpath_parser.test, line 27 - Tests for FeedsJSONPathParser.inc.
Class
- FeedsJSONPathParserTestCase
- Test single feeds.
Code
public function setUp(array $modules = array()) {
$modules[] = 'libraries';
$modules[] = 'feeds_jsonpath_parser';
parent::setUp($modules);
}