You are here

public static property CorePagerReplaceTest::$modules in Pagerer 8.2

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

Modules to enable.

Type: array

Overrides PagerTest::$modules

File

tests/src/Functional/CorePagerReplaceTest.php, line 25

Class

CorePagerReplaceTest
Test replacement of Drupal core pager.

Namespace

Drupal\Tests\pagerer\Functional

Code

public static $modules = [
  'dblog',
  'image',
  'pager_test',
  'pagerer',
  'pagerer_test',
];