protected static property EditorIntegrationLoadingTest::$modules in Drupal 9
Same name and namespace in other branches
- 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\FunctionalCode
protected static $modules = [
'quickedit',
'filter',
'node',
'editor',
];