You are here

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

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

File

core/modules/comment/src/Tests/CommentNonNodeTest.php, line 31
Contains \Drupal\comment\Tests\CommentNonNodeTest.

Class

CommentNonNodeTest
Tests commenting on a test entity.

Namespace

Drupal\comment\Tests

Code

public static $modules = array(
  'comment',
  'user',
  'field_ui',
  'entity_test',
  'block',
);