You are here

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

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/CustomHookCheckTest.php, line 25

Class

CustomHookCheckTest
Tests if external module's hook is executed

Namespace

Drupal\Tests\nagios\Kernel

Code

public static $modules = [
  'nagios',
  'nagios_hook_test_module',
];