Skip to content
Snippets Groups Projects
Commit 442a6990 authored by Alex Barth's avatar Alex Barth
Browse files
parent 0c1af9eb
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,8 @@ class FeedsWebTestCase extends DrupalWebTestCase {
// Assert message and presence of default plugins.
$this->assertText('Your configuration has been created with default settings.');
$this->assertPlugins($id, 'FeedsHTTPFetcher', 'FeedsSyndicationParser', 'FeedsNodeProcessor');
// Per default attach to page content type.
$this->setSettings($id, NULL, array('content_type' => 'page'));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment