You are here

public static property DbLogViewsTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/dblog/tests/src/Functional/DbLogViewsTest.php \Drupal\Tests\dblog\Functional\DbLogViewsTest::modules
  2. 10 core/modules/dblog/tests/src/Functional/DbLogViewsTest.php \Drupal\Tests\dblog\Functional\DbLogViewsTest::modules

Modules to enable.

Type: array

Overrides DbLogTest::$modules

File

core/modules/dblog/tests/src/Functional/DbLogViewsTest.php, line 22

Class

DbLogViewsTest
Generate events and verify dblog entries; verify user access to log reports based on permissions. Using the dblog UI generated by a View.

Namespace

Drupal\Tests\dblog\Functional

Code

public static $modules = [
  'dblog',
  'node',
  'forum',
  'help',
  'block',
  'views',
];