public static property DisplayPageTest::$modules

Modules to enable.

Type: array

Overrides ViewUnitTestBase::$modules

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php, line 36
Contains \Drupal\views\Tests\Plugin\DisplayPageTest.

Class

DisplayPageTest
Tests the page display plugin.

Namespace

Drupal\views\Tests\Plugin

Code

public static $modules = array(
  'system',
  'user',
);