You are here

public static property MonitoringSearchAPITest::$modules in Monitoring 8

Modules to enable.

Type: array

Overrides MonitoringUnitTestBase::$modules

File

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

Class

MonitoringSearchAPITest
Tests for search API sensor.

Namespace

Drupal\Tests\monitoring\Kernel

Code

public static $modules = array(
  'field',
  'search_api',
  'search_api_db',
  'search_api_test_db',
  'node',
  'entity_test',
  'text',
  'taxonomy',
  'search_api_solr',
);