TextFormatElementFormTest::$modules

Same name in other branches
  1. 9 core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php \Drupal\Tests\filter\Kernel\TextFormatElementFormTest::modules
  2. 10 core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php \Drupal\Tests\filter\Kernel\TextFormatElementFormTest::modules
  3. 11.x core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php \Drupal\Tests\filter\Kernel\TextFormatElementFormTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php, line 31

Class

TextFormatElementFormTest
Tests PathElement validation and conversion functionality.

Namespace

Drupal\Tests\filter\Kernel

Code

public static $modules = [
    'system',
    'user',
    'filter',
    'filter_test',
    'editor',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.