Loading tests/src/Functional/RoleWatchdogTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ class RoleWatchdogTest extends BrowserTestBase { /** * {@inheritdoc} */ protected function setUp() { protected function setUp(): void { parent::setUp(); $this->user = $this->drupalCreateUser(['administer role_watchdog']); $this->drupalLogin($this->user); Loading Loading
tests/src/Functional/RoleWatchdogTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ class RoleWatchdogTest extends BrowserTestBase { /** * {@inheritdoc} */ protected function setUp() { protected function setUp(): void { parent::setUp(); $this->user = $this->drupalCreateUser(['administer role_watchdog']); $this->drupalLogin($this->user); Loading