You are here

public static property ForwardTestBase::$modules in Forward 8.2

Same name and namespace in other branches
  1. 8.3 src/Tests/ForwardTestBase.php \Drupal\forward\Tests\ForwardTestBase::modules
  2. 8 src/Tests/ForwardTestBase.php \Drupal\forward\Tests\ForwardTestBase::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

src/Tests/ForwardTestBase.php, line 18

Class

ForwardTestBase
Provides a base class for testing the Forward module.

Namespace

Drupal\forward\Tests

Code

public static $modules = [
  'forward',
  'node',
  'user',
  'forward_test',
];