protected property DisplayUnitTest::$handlerTypes

Views handler types to test.

Type: array

File

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

Class

DisplayUnitTest
Drupal unit tests for the DisplayPluginBase class.

Namespace

Drupal\views\Tests\Plugin

Code

protected $handlerTypes = array(
  'fields',
  'sorts',
);