Add views_test to RelationshipNodeTermDataTest.
parent
954c087083
commit
b25e6302da
|
@ -14,6 +14,14 @@ use Drupal\views\View;
|
||||||
* 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() {
|
||||||
|
|
Loading…
Reference in New Issue