You are here

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

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php, line 26
Contains \Drupal\system\Tests\Entity\ConfigEntityImportTest.

Class

ConfigEntityImportTest
Tests ConfigEntity importing.

Namespace

Drupal\system\Tests\Entity

Code

public static $modules = array(
  'action',
  'block',
  'filter',
  'image',
  'search',
  'search_extra_type',
);