You are here

public static property PagerKernelTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Plugin/PagerKernelTest.php \Drupal\views\Tests\Plugin\PagerKernelTest::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Plugin/PagerKernelTest.php, line 29
Contains \Drupal\views\Tests\Plugin\PagerKernelTest.

Class

PagerKernelTest
Tests pager-related APIs.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = [
  'user',
  'node',
];