static property ConfigEntityQueryTest::$modules

Modules to enable.

Type: array

Overrides DrupalUnitTestBase::$modules

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php, line 24
Contains \Drupal\system\Tests\ConfigEntityQueryTest.

Class

ConfigEntityQueryTest
Tests the config entity query.

Namespace

Drupal\system\Tests\Entity

Code

static $modules = array(
  'config_test',
);