You are here

protected static property HtmlTitleFormatterTest::$modules in HTML Title 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/HtmlTitleFormatterTest.php, line 22

Class

HtmlTitleFormatterTest
Test the HTML Title formatter.

Namespace

Drupal\Tests\html_title\Kernel

Code

protected static $modules = [
  'field',
  'text',
  'entity_test',
  'user',
  'system',
  'html_title',
];