diff --git a/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php b/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php
index 9b4644ba32bc051badf09919699ce60d202f7c58..b6d2efa524002be147565f605b33b86d2a832e0b 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() {