You are here

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

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

modules/core/asset/tests/src/Functional/AssetTestBase.php, line 17

Class

AssetTestBase
Tests the asset CRUD.

Namespace

Drupal\Tests\asset\Functional

Code

protected static $modules = [
  'asset',
  'asset_test',
  'entity',
  'user',
  'field',
  'text',
];