You are here

private property FixtureBase::$users in Lightning Core 8.5

Same name and namespace in other branches
  1. 8.3 tests/src/FixtureBase.php \Drupal\Tests\lightning_core\FixtureBase::users
  2. 8.4 tests/src/FixtureBase.php \Drupal\Tests\lightning_core\FixtureBase::users

The Drupal user IDs that were logged in during the scenario.

Type: int[]

See also

::setCurrentUser()

File

tests/src/FixtureBase.php, line 61

Class

FixtureBase
Base class for contexts which set up and tear down a complete test fixture.

Namespace

Drupal\Tests\lightning_core

Code

private $users = [];