File
- drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php, line 44
- 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 function getInfo() {
return array(
'name' => 'View page controller test',
'description' => 'Tests views page controller.',
'group' => 'Views',
);
}