You are here

protected static property DurationFormElementTest::$modules in Duration Field 8.2

Same name and namespace in other branches
  1. 3.0.x tests/src/Kernel/DurationFormElementTest.php \Drupal\Tests\duration_field\Kernel\DurationFormElementTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/DurationFormElementTest.php, line 30

Class

DurationFormElementTest
Tests the 'duration' form element.

Namespace

Drupal\Tests\duration_field\Kernel

Code

protected static $modules = [
  'system',
  'user',
  'duration_field',
];