public static property PagePreviewTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'node',
'taxonomy',
'comment',
'image',
'file',
);