You are here

public static property SimplenewsMonitoringTest::$modules in Simplenews 8

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/SimplenewsMonitoringTest.php \Drupal\Tests\simplenews\Kernel\SimplenewsMonitoringTest::modules
  2. 3.x tests/src/Kernel/SimplenewsMonitoringTest.php \Drupal\Tests\simplenews\Kernel\SimplenewsMonitoringTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/SimplenewsMonitoringTest.php, line 26
Simplenews monitoring test functions.

Class

SimplenewsMonitoringTest
Tests for simplenews sensor.

Namespace

Drupal\Tests\simplenews\Kernel

Code

public static $modules = array(
  'node',
  'system',
  'views',
  'user',
  'field',
  'text',
  'simplenews',
  'monitoring',
  'monitoring_test',
);