You are here

public static property SimplenewsKernelTest::$modules in Simplenews 8.2

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/SimplenewsKernelTest.php, line 19

Class

SimplenewsKernelTest
Unit tests for certain functions.

Namespace

Drupal\Tests\simplenews\Kernel

Code

public static $modules = [
  'simplenews',
];