You are here

public static property NextIdTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Database/NextIdTest.php \Drupal\system\Tests\Database\NextIdTest::modules

The modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/Database/NextIdTest.php, line 23
Contains \Drupal\system\Tests\Database\NextIdTest.

Class

NextIdTest
Tests the sequences API.

Namespace

Drupal\system\Tests\Database

Code

public static $modules = array(
  'system',
);