Add views_test to RelationshipNodeTermDataTest.

8.0.x
Tim Plunkett 2012-08-12 21:24:11 -04:00
parent 954c087083
commit b25e6302da
1 changed files with 8 additions and 0 deletions

View File

@ -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() {