You are here

public static property LogTestBase::$modules in Log entity 8

Modules to enable.

Note that when a child class declares its own $modules list, that list doesn't override this one, it just extends it.

Type: array

See also

\Drupal\simpletest\WebTestBase::installModulesFromClassProperty()

File

src/Tests/LogTestBase.php, line 22

Class

LogTestBase
Tests the Log CRUD.

Namespace

Drupal\log\Tests

Code

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