You are here

public static property HistoryTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/history/src/Tests/HistoryTest.php \Drupal\history\Tests\HistoryTest::modules

Modules to enable.

Type: array

File

core/modules/history/src/Tests/HistoryTest.php, line 25
Contains \Drupal\history\Tests\HistoryTest.

Class

HistoryTest
Tests the History endpoints.

Namespace

Drupal\history\Tests

Code

public static $modules = array(
  'node',
  'history',
);