You are here

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

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

Use the main node listing to test rendering on teasers.

@todo Remove this dependency.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/src/Tests/CommentLinksTest.php, line 43
Contains \Drupal\comment\Tests\CommentLinksTest.

Class

CommentLinksTest
Basic comment links tests to ensure markup present.

Namespace

Drupal\comment\Tests

Code

public static $modules = array(
  'views',
);