You are here

protected static property NextIdTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php \Drupal\KernelTests\Core\Database\NextIdTest::modules

The modules to enable.

Type: array

Overrides DatabaseTestBase::$modules

File

core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php, line 19

Class

NextIdTest
Tests the sequences API.

Namespace

Drupal\KernelTests\Core\Database

Code

protected static $modules = [
  'database_test',
  'system',
];