You are here

protected static property TextDataTypeTest::$modules in Typed Data API enhancements 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/TextDataTypeTest.php, line 22

Class

TextDataTypeTest
Tests the functionality of the Text datatype.

Namespace

Drupal\Tests\typed_data\Kernel

Code

protected static $modules = [
  'system',
  'typed_data',
];