You are here

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

AutologoutTest
Tests the autologout's features.

Namespace

Drupal\Tests\autologout\Functional

Code

public static $modules = [
  'node',
  'system',
  'user',
  'views',
  'autologout',
  'block',
];