You are here

protected static property NodeTeaserAndPage::$modules in Manage display 8

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/NodeTeaserAndPage.php, line 20

Class

NodeTeaserAndPage
Test the title field is configurable.

Namespace

Drupal\Tests\manage_display\Functional

Code

protected static $modules = [
  'node',
  'manage_display',
  'manage_display_fix_title',
  'views',
];