You are here

public static property PageTitleTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/System/PageTitleTest.php \Drupal\system\Tests\System\PageTitleTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/System/PageTitleTest.php, line 26
Contains \Drupal\system\Tests\System\PageTitleTest.

Class

PageTitleTest
Tests HTML output escaping of page title, site name, and slogan.

Namespace

Drupal\system\Tests\System

Code

public static $modules = [
  'node',
  'test_page_test',
  'form_test',
  'block',
];