From bd4aa29802998b7f4d842a26c883a8a3931f62e3 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Tue, 22 Dec 2009 19:49:57 +0000
Subject: [PATCH] #665984: add missing include.

---
 tests/feeds_mapper_test.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/feeds_mapper_test.inc b/tests/feeds_mapper_test.inc
index 8faead30..1012199f 100644
--- a/tests/feeds_mapper_test.inc
+++ b/tests/feeds_mapper_test.inc
@@ -6,6 +6,9 @@
  * Helper class with auxiliary functions for feeds mapper module tests.
  */
 
+// Require FeedsWebTestCase class definition.
+require_once(dirname(__FILE__) .'/feeds.test.inc');
+
 /**
  * Base class for implementing Feeds Mapper test cases.
  */
-- 
GitLab