You are here

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

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/DurationElementStatesTest.php, line 19

Class

DurationElementStatesTest
Tests the JavaScript #states functionality of 'duration' form elements.

Namespace

Drupal\Tests\duration_field\FunctionalJavascript

Code

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