You are here

public static property MonitoringCoreWebTest::$modules in Monitoring 8

Modules to install.

Type: array

Overrides MonitoringTestBase::$modules

File

tests/src/Functional/MonitoringCoreWebTest.php, line 25

Class

MonitoringCoreWebTest
Integration tests for the core pieces of monitoring.

Namespace

Drupal\Tests\monitoring\Functional

Code

public static $modules = array(
  'dblog',
  'image',
  'node',
  'taxonomy',
  'file',
);