You are here

public static property WatchdogCheckTest::$modules in Nagios Monitoring 8

Modules to install.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/WatchdogCheckTest.php, line 23

Class

WatchdogCheckTest
Tests the functionality to report dblog/watchdog entries.

Namespace

Drupal\Tests\nagios\Kernel

Code

public static $modules = [
  'nagios',
  'user',
  'dblog',
];