public static property DbLogTest::$modules

Same name in this branch

Modules to enable.

Type: array

File

drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php, line 25
Contains \Drupal\dblog\Tests\DbLogTest.

Class

DbLogTest
Tests logging messages to the database.

Namespace

Drupal\dblog\Tests

Code

public static $modules = array(
  'dblog',
  'node',
  'forum',
  'help',
);