You are here

protected static property PlanTestBase::$modules in farmOS 2.x

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

modules/core/plan/tests/src/Functional/PlanTestBase.php, line 17

Class

PlanTestBase
Tests the plan CRUD.

Namespace

Drupal\Tests\plan\Functional

Code

protected static $modules = [
  'plan',
  'plan_test',
  'entity',
  'user',
  'field',
  'text',
];