You are here

public static property PagePreviewTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/tests/src/Functional/PagePreviewTest.php \Drupal\Tests\node\Functional\PagePreviewTest::modules

Enable the comment, node and taxonomy modules to test on the preview.

Type: array

Overrides NodeTestBase::$modules

File

core/modules/node/tests/src/Functional/PagePreviewTest.php, line 35

Class

PagePreviewTest
Tests the node entity preview functionality.

Namespace

Drupal\Tests\node\Functional

Code

public static $modules = [
  'node',
  'taxonomy',
  'comment',
  'image',
  'file',
  'text',
  'node_test',
  'menu_ui',
];