You are here

public static property CrudTest::$modules in Wysiwyg API template plugin 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Tests/Form/CrudTest.php \Drupal\wysiwyg_template\Tests\Form\CrudTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

src/Tests/Form/CrudTest.php, line 27

Class

CrudTest
Tests the template CRUD forms.

Namespace

Drupal\wysiwyg_template\Tests\Form

Code

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