You are here

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

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

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

Type: array

Overrides NodeTestBase::$modules

File

core/modules/node/src/Tests/PagePreviewTest.php, line 34
Contains \Drupal\node\Tests\PagePreviewTest.

Class

PagePreviewTest
Tests the node entity preview functionality.

Namespace

Drupal\node\Tests

Code

public static $modules = array(
  'node',
  'taxonomy',
  'comment',
  'image',
  'file',
);