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 23
Definition of Drupal\dblog\Tests\DBLogTest.

Class

DBLogTest
Tests logging messages to the database.

Namespace

Drupal\dblog\Tests

Code

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