diff --git a/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php b/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php index 9b4644ba32b..b6d2efa5240 100644 --- a/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php +++ b/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php @@ -14,6 +14,14 @@ use Drupal\views\View; * 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() {