protected property DisplayUnitTest::$pluginTypes

Views plugin types to test.

Type: array

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayUnitTest.php, line 35
Contains \Drupal\views\Tests\Plugin\DisplayUnitTest.

Class

DisplayUnitTest
Drupal unit tests for the DisplayPluginBase class.

Namespace

Drupal\views\Tests\Plugin

Code

protected $pluginTypes = array(
  'access',
  'cache',
  'query',
  'exposed_form',
  'pager',
  'style',
  'row',
);