You are here

public static property ColorFieldTypeTest::$modules in Color Field 8.2

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

tests/src/Kernel/ColorFieldTypeTest.php, line 24

Class

ColorFieldTypeTest
Tests the new entity API for the color field type.

Namespace

Drupal\Tests\color_field\Kernel

Code

public static $modules = [
  'color_field',
];