You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/CommentNewIndicatorTest.php \Drupal\comment\Tests\CommentNewIndicatorTest::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/CommentNewIndicatorTest.php, line 29
Contains \Drupal\comment\Tests\CommentNewIndicatorTest.

Class

CommentNewIndicatorTest
Tests the 'new' indicator posted on comments.

Namespace

Drupal\comment\Tests

Code

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