You are here

public static property TextFormatElementFormTest::$modules in Drupal 8

Same name and namespace 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

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',
];