update
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user