public static property PagePreviewTest::$modules

Enable the node and taxonomy modules to test both on the preview.

Type: array

Overrides NodeTestBase::$modules

File

drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php, line 22
Definition of Drupal\node\Tests\PagePreviewTest.

Class

PagePreviewTest
Tests the node entity preview functionality.

Namespace

Drupal\node\Tests

Code

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