You are here

public static property AutologoutSessionCleanupOnLoginTest::$modules in Automated Logout 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/AutologoutSessionCleanupOnLoginTest.php, line 24

Class

AutologoutSessionCleanupOnLoginTest
Tests session cleanup on login.

Namespace

Drupal\Tests\autologout\Functional

Code

public static $modules = [
  'autologout',
  'node',
];