You are here

public static property TextFormatElementFormTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/filter/src/Tests/TextFormatElementFormTest.php \Drupal\filter\Tests\TextFormatElementFormTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/filter/src/Tests/TextFormatElementFormTest.php, line 36
Contains \Drupal\filter\Tests\TextFormatElementFormTest.

Class

TextFormatElementFormTest
Tests PathElement validation and conversion functionality.

Namespace

Drupal\filter\Tests

Code

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