You are here

public static property CorePagerReplaceCommentInterfaceTest::$modules in Pagerer 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/CorePagerReplaceCommentInterfaceTest.php \Drupal\Tests\pagerer\Functional\CorePagerReplaceCommentInterfaceTest::modules

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

tests/src/Functional/CorePagerReplaceCommentInterfaceTest.php, line 24

Class

CorePagerReplaceCommentInterfaceTest
Test replacement of Drupal core pager for Comment interface.

Namespace

Drupal\Tests\pagerer\Functional

Code

public static $modules = [
  'dblog',
  'pagerer',
  'comment',
];