public static property HistoryTimestampTest::$modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

drupal/core/modules/history/lib/Drupal/history/Tests/Views/HistoryTimestampTest.php, line 25
Contains \Drupal\history\Tests\Views\HistoryTimestampTest.

Class

HistoryTimestampTest
Tests the history timestamp handlers.

Namespace

Drupal\history\Tests\Views

Code

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