You are here

public static property CommentUninstallTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/CommentUninstallTest.php \Drupal\comment\Tests\CommentUninstallTest::modules

Modules to install.

Type: array

File

core/modules/comment/src/Tests/CommentUninstallTest.php, line 28
Contains \Drupal\comment\Tests\CommentUninstallTest.

Class

CommentUninstallTest
Tests comment module uninstallation.

Namespace

Drupal\comment\Tests

Code

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