You are here

public static property NodeAutosaveFormTest::$modules in Autosave Form 8

Modules to enable.

Type: array

Overrides AutosaveFormTestBase::$modules

File

tests/src/FunctionalJavascript/ContentEntity/NodeAutosaveFormTest.php, line 19

Class

NodeAutosaveFormTest
Tests the autosave support for entity forms.

Namespace

Drupal\Tests\autosave_form\FunctionalJavascript\ContentEntity

Code

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