You are here

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

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/history/src/Tests/Views/HistoryTimestampTest.php, line 27
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',
);