You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/TypedData/TypedDataTest.php \Drupal\system\Tests\TypedData\TypedDataTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/system/src/Tests/TypedData/TypedDataTest.php, line 37
Contains \Drupal\system\Tests\TypedData\TypedDataTest.

Class

TypedDataTest
Tests the functionality of all core data types.

Namespace

Drupal\system\Tests\TypedData

Code

public static $modules = array(
  'system',
  'field',
  'file',
  'user',
);