From ca2789425a582191018b71d3206510585209e450 Mon Sep 17 00:00:00 2001
From: Chris Leppanen <chris.leppanen@gmail.com>
Date: Fri, 10 Apr 2015 18:30:35 -0700
Subject: [PATCH] Remove useless libraries test dependency.

---
 tests/feeds_parser_syndication.test | 8 --------
 tests/feeds_tests.info              | 1 -
 2 files changed, 9 deletions(-)

diff --git a/tests/feeds_parser_syndication.test b/tests/feeds_parser_syndication.test
index 598c463b..784359ac 100644
--- a/tests/feeds_parser_syndication.test
+++ b/tests/feeds_parser_syndication.test
@@ -14,17 +14,9 @@ class FeedsSyndicationParserTestCase extends FeedsWebTestCase {
       '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>',
       'group' => 'Feeds',
-      'dependencies' => array('libraries'),
     );
   }
 
-  /**
-   * Set up test.
-   */
-  public function setUp() {
-    parent::setUp(array('libraries'));
-  }
-
   /**
    * Run tests.
    */
diff --git a/tests/feeds_tests.info b/tests/feeds_tests.info
index 496bfe96..0ac42095 100644
--- a/tests/feeds_tests.info
+++ b/tests/feeds_tests.info
@@ -6,6 +6,5 @@ core = 7.x
 test_dependencies[] = date
 test_dependencies[] = entity
 test_dependencies[] = feeds_xpathparser
-test_dependencies[] = libraries
 test_dependencies[] = link
 hidden = TRUE
-- 
GitLab