updated contrib modules

This commit is contained in:
2019-07-09 12:22:32 +02:00
parent cc3b64a193
commit 438237e852
469 changed files with 17307 additions and 8396 deletions

View File

@@ -34,9 +34,8 @@ class ViewsHandlerRelationshipNodeTermDataTest extends ViewsSqlTest {
function setUp() {
parent::setUp();
//$web_user = $this->drupalCreateUser(array('create article content'));
//$this->drupalLogin($web_user);
// $web_user = $this->drupalCreateUser(array('create article content'));
// $this->drupalLogin($web_user);
$vocabulary = taxonomy_vocabulary_machine_name_load('tags');
$this->term_1 = $this->createTerm($vocabulary);
$this->term_2 = $this->createTerm($vocabulary);
@@ -119,4 +118,5 @@ class ViewsHandlerRelationshipNodeTermDataTest extends ViewsSqlTest {
return $view;
}
}
}