You are here

public static property NextIdTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 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 17

Class

NextIdTest
Tests the sequences API.

Namespace

Drupal\KernelTests\Core\Database

Code

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