You are here

protected static property CommentNewIndicatorTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php \Drupal\Tests\comment\Functional\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/tests/src/Functional/CommentNewIndicatorTest.php, line 25

Class

CommentNewIndicatorTest
Tests the 'new' indicator posted on comments.

Namespace

Drupal\Tests\comment\Functional

Code

protected static $modules = [
  'views',
];