You are here

protected static property EditorIntegrationLoadingTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php \Drupal\Tests\quickedit\Functional\EditorIntegrationLoadingTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/quickedit/tests/src/Functional/EditorIntegrationLoadingTest.php, line 22

Class

EditorIntegrationLoadingTest
Tests Quick Edit module integration endpoints.

Namespace

Drupal\Tests\quickedit\Functional

Code

protected static $modules = [
  'quickedit',
  'filter',
  'node',
  'editor',
];