Browse Source

lint

pull/1004/head
Joe Corall 11 months ago
parent
commit
3ff078d2f0
  1. 4
      tests/src/FunctionalJavascript/IntegerWeightTest.php

4
tests/src/FunctionalJavascript/IntegerWeightTest.php

@ -89,8 +89,8 @@ class IntegerWeightTest extends WebDriverTestBase {
'name' => 'Repository Item',
]);
$this->drupalLogin($this->createUser(['edit any repo_item content'], 'test', TRUE));
$account = $this->createUser(['edit any repo_item content'], 'test', TRUE);
$this->drupalLogin($account);
$fieldStorage = FieldStorageConfig::create([
'field_name' => static::$fieldName,

Loading…
Cancel
Save