You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php \Drupal\field\Tests\Boolean\BooleanFormatterSettingsTest::modules

Modules to enable.

Type: array

File

core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php, line 28
Contains \Drupal\field\Tests\Boolean\BooleanFormatterSettingsTest.

Class

BooleanFormatterSettingsTest
Tests the Boolean field formatter settings.

Namespace

Drupal\field\Tests\Boolean

Code

public static $modules = [
  'field',
  'field_ui',
  'text',
  'node',
  'user',
];