You are here

public static property ConfigEntityNormalizeTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config/src/Tests/ConfigEntityNormalizeTest.php \Drupal\config\Tests\ConfigEntityNormalizeTest::modules

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/config/src/Tests/ConfigEntityNormalizeTest.php, line 24
Contains \Drupal\config\Tests\ConfigEntityNormalizeTest.

Class

ConfigEntityNormalizeTest
Tests the listing of configuration entities.

Namespace

Drupal\config\Tests

Code

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