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\FunctionalCode
protected static $modules = [
'plan',
'plan_test',
'entity',
'user',
'field',
'text',
];