File
- drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageWebTest.php, line 22
- Contains \Drupal\views\Tests\Plugin\DisplayPageWebTest.
Class
- DisplayPageWebTest
- Tests the views page display plugin as webtest.
Namespace
Drupal\views\Tests\Plugin
Code
public static function getInfo() {
return array(
'name' => 'Display: Page plugin (web)',
'description' => 'Tests the page display plugin (web).',
'group' => 'Views Plugins',
);
}