You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/field/src/Tests/Boolean/BooleanFormatterTest.php, line 30
Contains \Drupal\field\Tests\Boolean\BooleanFormatterTest.

Class

BooleanFormatterTest
Tests the boolean formatter.

Namespace

Drupal\field\Tests\Boolean

Code

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