update
This commit is contained in:
@@ -43,7 +43,10 @@ class TelephoneFieldTest extends BrowserTestBase {
|
||||
parent::setUp();
|
||||
|
||||
$this->drupalCreateContentType(['type' => 'article']);
|
||||
$this->webUser = $this->drupalCreateUser(['create article content', 'edit own article content']);
|
||||
$this->webUser = $this->drupalCreateUser([
|
||||
'create article content',
|
||||
'edit own article content',
|
||||
]);
|
||||
$this->drupalLogin($this->webUser);
|
||||
|
||||
// Add the telephone field to the article content type.
|
||||
|
||||
Reference in New Issue
Block a user