You are here

public static property SingleFilterWidgetKernelTest::$testViews in Better Exposed Filters 8.5

Same name and namespace in other branches
  1. 8.4 tests/src/Kernel/Plugin/filter/SingleFilterWidgetKernelTest.php \Drupal\Tests\better_exposed_filters\Kernel\Plugin\filter\SingleFilterWidgetKernelTest::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/Plugin/filter/SingleFilterWidgetKernelTest.php, line 20

Class

SingleFilterWidgetKernelTest
Tests the options of a single on/off filter widget.

Namespace

Drupal\Tests\better_exposed_filters\Kernel\Plugin\filter

Code

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