You are here

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

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

Modules to install.

Type: array

File

core/modules/color/src/Tests/ColorConfigSchemaTest.php, line 24
Contains \Drupal\color\Tests\ColorConfigSchemaTest.

Class

ColorConfigSchemaTest
Ensures the color config schema is correct.

Namespace

Drupal\color\Tests

Code

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