You are here

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/SettingsFormTest.php, line 26

Class

SettingsFormTest
Tests the settings form.

Namespace

Drupal\Tests\autologout\Kernel

Code

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