You are here

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/AutologoutAjaxTest.php, line 21

Class

AutologoutAjaxTest
Test the Autologout ajax endpoints.

Namespace

Drupal\Tests\autologout\Functional

Code

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