You are here

protected static property TinyMCELoadingTest::$modules in TinyMCE 1.x

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/TinyMCELoadingTest.php, line 21

Class

TinyMCELoadingTest
Tests loading of CKEditor.

Namespace

Drupal\Tests\tinymce\Functional

Code

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