You are here

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

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

Class

LinksSortWidgetKernelTest
Tests the links sort widget (i.e. "bef_links").

Namespace

Drupal\Tests\better_exposed_filters\Kernel\Plugin\sort

Code

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