public function FeedsQueryPathParserParserTestCase::setUp in Feeds QueryPath Parser 7
Set up test.
File
- tests/
feeds_querypath_parser.test, line 27 - Tests for FeedsQueryPathParser.inc.
Class
- FeedsQueryPathParserParserTestCase
- Test single feeds.
Code
public function setUp() {
parent::setUp('feeds_querypath_parser');
// Set the front page to show 30 nodes so we can easily see what is aggregated.
$edit = array(
'default_nodes_main' => 30,
);
$this
->drupalPost('admin/config/system/site-information', $edit, 'Save configuration');
}