Skip to content
Snippets Groups Projects
Commit ca278942 authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Remove useless libraries test dependency.

parent 802aa494
No related branches found
No related tags found
No related merge requests found
...@@ -14,17 +14,9 @@ class FeedsSyndicationParserTestCase extends FeedsWebTestCase { ...@@ -14,17 +14,9 @@ class FeedsSyndicationParserTestCase extends FeedsWebTestCase {
'name' => 'Syndication parsers', 'name' => 'Syndication parsers',
'description' => 'Regression tests for syndication parsers Common syndication and SimplePie. Tests parsers against a set of feeds in the context of Feeds module. <strong>Requires SimplePie parser to be configured correctly.</strong>', 'description' => 'Regression tests for syndication parsers Common syndication and SimplePie. Tests parsers against a set of feeds in the context of Feeds module. <strong>Requires SimplePie parser to be configured correctly.</strong>',
'group' => 'Feeds', 'group' => 'Feeds',
'dependencies' => array('libraries'),
); );
} }
/**
* Set up test.
*/
public function setUp() {
parent::setUp(array('libraries'));
}
/** /**
* Run tests. * Run tests.
*/ */
......
...@@ -6,6 +6,5 @@ core = 7.x ...@@ -6,6 +6,5 @@ core = 7.x
test_dependencies[] = date test_dependencies[] = date
test_dependencies[] = entity test_dependencies[] = entity
test_dependencies[] = feeds_xpathparser test_dependencies[] = feeds_xpathparser
test_dependencies[] = libraries
test_dependencies[] = link test_dependencies[] = link
hidden = TRUE hidden = TRUE
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