You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/config/src/Tests/ConfigEventsTest.php, line 26
Contains \Drupal\config\Tests\ConfigEventsTest.

Class

ConfigEventsTest
Tests events fired on configuration objects.

Namespace

Drupal\config\Tests

Code

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