You are here

public static property DateRecurViewsFieldTest::$testViews in Recurring Dates Field 3.1.x

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/DateRecurViewsFieldTest.php \Drupal\Tests\date_recur\Kernel\DateRecurViewsFieldTest::testViews
  2. 3.x tests/src/Kernel/DateRecurViewsFieldTest.php \Drupal\Tests\date_recur\Kernel\DateRecurViewsFieldTest::testViews
  3. 3.0.x tests/src/Kernel/DateRecurViewsFieldTest.php \Drupal\Tests\date_recur\Kernel\DateRecurViewsFieldTest::testViews

Views to be enabled.

Test classes should override this property and provide the list of testing views.

Type: array

Overrides ViewsKernelTestBase::$testViews

File

tests/src/Kernel/DateRecurViewsFieldTest.php, line 41

Class

DateRecurViewsFieldTest
Tests the results of 'date_recur_date' field plugin.

Namespace

Drupal\Tests\date_recur\Kernel

Code

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