You are here

public static property LogTestBase::$modules in Log entity 2.x

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/LogTestBase.php, line 32

Class

LogTestBase
Tests the Log CRUD.

Namespace

Drupal\Tests\log\Functional

Code

public static $modules = [
  'entity',
  'user',
  'log',
  'log_test',
  'field',
  'text',
];