You are here

public static property SimplenewsTestBase::$modules in Simplenews 8

Modules to enable.

Type: array

File

src/Tests/SimplenewsTestBase.php, line 29
Simplenews test functions.

Class

SimplenewsTestBase
Base class for simplenews web tests.

Namespace

Drupal\simplenews\Tests

Code

public static $modules = array(
  'simplenews',
  'simplenews_test',
  'block',
);