public static property RegressionTest::$modules

Modules to enable.

Type: array

Overrides DatabaseTestBase::$modules

File

drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php, line 20
Definition of Drupal\system\Tests\Database\RegressionTest.

Class

RegressionTest
Tests for database regressions.

Namespace

Drupal\system\Tests\Database

Code

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