Skip to content
Snippets Groups Projects
Commit b25e6302 authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Add views_test to RelationshipNodeTermDataTest.

parent 954c0870
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -14,6 +14,14 @@ ...@@ -14,6 +14,14 @@
* Tests the node_term_data relationship handler. * Tests the node_term_data relationship handler.
*/ */
class RelationshipNodeTermDataTest extends ViewsSqlTest { class RelationshipNodeTermDataTest extends ViewsSqlTest {
/**
* Modules to enable.
*
* @var array
*/
public static $modules = array('views_test');
protected $profile = 'standard'; protected $profile = 'standard';
public static function getInfo() { public static function getInfo() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment