You are here

public static property ComputedFieldTest::$testViews in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php \Drupal\Tests\views\Kernel\Handler\ComputedFieldTest::testViews

Views to be enabled.

Type: array

Overrides ViewsKernelTestBase::$testViews

File

core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php, line 22

Class

ComputedFieldTest
Provides some integration tests for the Field handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

public static $testViews = [
  'computed_field_view',
];