public static property TypedDataTest::$modules

Modules to enable.

Type: array

Overrides DrupalUnitTestBase::$modules

File

drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php, line 31
Definition of Drupal\system\Tests\TypedData\TypedDataTest.

Class

TypedDataTest
Tests primitive data types.

Namespace

Drupal\system\Tests\TypedData

Code

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