Modules to enable.
Type: array
Overrides ViewUnitTestBase::$modules
File
- drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php, line 28
- Contains \Drupal\views\Tests\ViewPageControllerTest.
Class
- ViewPageControllerTest
- Tests the page controller but not the actualy execution/rendering of a view.
Namespace
Drupal\views\Tests
Code
public static $modules = array(
'user',
);