You are here

protected static property HistoryTimestampTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php \Drupal\Tests\history\Kernel\Views\HistoryTimestampTest::modules
  2. 9 core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php \Drupal\Tests\history\Kernel\Views\HistoryTimestampTest::modules

Modules to enable.

Type: array

Overrides ViewsKernelTestBase::$modules

File

core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php, line 25

Class

HistoryTimestampTest
Tests the history timestamp handlers.

Namespace

Drupal\Tests\history\Kernel\Views

Code

protected static $modules = [
  'history',
  'node',
];