You are here

public static property FlatCommentsReplyLinkTest::$modules in Flatcomments 8

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

tests/src/Functional/FlatCommentsReplyLinkTest.php, line 29

Class

FlatCommentsReplyLinkTest
Test that the flat_comments module is hiding correctly the "reply" link.

Namespace

Drupal\Tests\flat_comments\Functional

Code

public static $modules = [
  'flat_comments',
  'comment',
  'node',
];