Issue #2360683 by martin107: Fix docs for WebTestBase::loggedInUser member variable
parent
7bd652eb0c
commit
62da091f9e
|
@ -80,7 +80,7 @@ abstract class WebTestBase extends TestBase {
|
|||
/**
|
||||
* The current user logged in using the internal browser.
|
||||
*
|
||||
* @var bool
|
||||
* @var \Drupal\Core\Session\AccountInterface|bool
|
||||
*/
|
||||
protected $loggedInUser = FALSE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue