This commit is contained in:
2020-07-13 17:09:59 +02:00
parent 03559a7b76
commit 3a082e23cc
492 changed files with 4129 additions and 982 deletions
@@ -158,7 +158,7 @@ class CommentAttributesTest extends CommentTestBase {
// Ensure that the author link still works properly after the author output
// is modified by the RDF module.
$this->drupalGet('node/' . $this->node->id());
$this->assertLink($this->webUser->getAccountName());
$this->assertSession()->linkExists($this->webUser->getAccountName());
$this->assertLinkByHref('user/' . $this->webUser->id());
}
@@ -52,7 +52,10 @@ class EntityReferenceFieldAttributesTest extends TaxonomyTestBase {
protected function setUp() {
parent::setUp();
$web_user = $this->drupalCreateUser(['bypass node access', 'administer taxonomy']);
$web_user = $this->drupalCreateUser([
'bypass node access',
'administer taxonomy',
]);
$this->drupalLogin($web_user);
$this->vocabulary = $this->createVocabulary();