You are here

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

Same name in this branch
  1. 8 core/modules/views/src/Tests/Plugin/PagerTest.php \Drupal\views\Tests\Plugin\PagerTest::modules
  2. 8 core/modules/system/src/Tests/Pager/PagerTest.php \Drupal\system\Tests\Pager\PagerTest::modules
Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Pager/PagerTest.php \Drupal\system\Tests\Pager\PagerTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Pager/PagerTest.php, line 24
Contains \Drupal\system\Tests\Pager\PagerTest.

Class

PagerTest
Tests pager functionality.

Namespace

Drupal\system\Tests\Pager

Code

public static $modules = array(
  'dblog',
  'pager_test',
);