You are here

public static property FilterTemplatesTest::$modules in Wysiwyg API template plugin 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/wysiwyg_template_core/tests/src/Kernel/Plugin/Filter/FilterTemplatesTest.php \Drupal\Tests\wysiwyg_template_core\Kernel\Plugin\Filter\FilterTemplatesTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: array

Overrides KernelTestBase::$modules

See also

\Drupal\Tests\KernelTestBase::enableModules()

\Drupal\Tests\KernelTestBase::bootKernel()

File

modules/wysiwyg_template_core/tests/src/Kernel/Plugin/Filter/FilterTemplatesTest.php, line 20

Class

FilterTemplatesTest
Tests the Wysiwyg cleanup filter.

Namespace

Drupal\Tests\wysiwyg_template_core\Kernel\Plugin\Filter

Code

public static $modules = [
  'filter',
  'wysiwyg_template_core',
];