You are here

protected static property ComplexTableViewModeWidgetTest::$modules in Inline Entity Form Table View Mode 8.2

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/ComplexTableViewModeWidgetTest.php, line 22

Class

ComplexTableViewModeWidgetTest
IEF complex table view mode field widget tests.

Namespace

Drupal\Tests\ief_table_view_mode\FunctionalJavascript

Code

protected static $modules = [
  'field',
  'node',
  'inline_entity_form_test',
  'ief_table_view_mode',
];