You are here

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

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

Modules to install.

Type: array

Overrides EntityUnitTestBase::$modules

File

core/modules/comment/src/Tests/CommentValidationTest.php, line 27
Contains \Drupal\comment\Tests\CommentValidationTest.

Class

CommentValidationTest
Tests comment validation constraints.

Namespace

Drupal\comment\Tests

Code

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