You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/field/src/Tests/String/UuidFormatterTest.php, line 26
Contains \Drupal\field\Tests\String\UuidFormatterTest.

Class

UuidFormatterTest
Tests the output of a UUID field.

Namespace

Drupal\field\Tests\String

Code

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