You are here

public static property PagerTest::$modules in Views (for Drupal 7) 8.3

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

lib/Drupal/views/Tests/Plugin/PagerTest.php, line 20
Definition of Drupal\views\Tests\Plugin\PagerTest.

Class

PagerTest
Tests the pluggable pager system.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = array(
  'views_ui',
);