From b25e6302dab0011ca1c890127c2a242c0779ed98 Mon Sep 17 00:00:00 2001
From: Tim Plunkett <git@plnktt.com>
Date: Sun, 12 Aug 2012 21:24:11 -0400
Subject: [PATCH] Add views_test to RelationshipNodeTermDataTest.

---
 .../views/Tests/Taxonomy/RelationshipNodeTermDataTest.php | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php b/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php
index 9b4644ba32bc..b6d2efa52400 100644
--- a/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php
+++ b/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php
@@ -14,6 +14,14 @@
  * Tests the node_term_data relationship handler.
  */
 class RelationshipNodeTermDataTest extends ViewsSqlTest {
+
+  /**
+   * Modules to enable.
+   *
+   * @var array
+   */
+  public static $modules = array('views_test');
+
   protected $profile = 'standard';
 
   public static function getInfo() {
-- 
GitLab