You are here

public static property RadioButtonsSortWidgetKernelTest::$testViews in Better Exposed Filters 8.4

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

Class

RadioButtonsSortWidgetKernelTest
Tests the radio buttons sort widget (i.e. "bef").

Namespace

Drupal\Tests\better_exposed_filters\Kernel\Plugin\sort

Code

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