You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/config/src/Tests/SchemaCheckTraitTest.php, line 35
Contains \Drupal\config\Tests\SchemaCheckTraitTest.

Class

SchemaCheckTraitTest
Tests the functionality of SchemaCheckTrait.

Namespace

Drupal\config\Tests

Code

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