public static property SingleFilterWidgetKernelTest::$testViews in Better Exposed Filters 8.4
Same name and namespace in other branches
- 8.5 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\filterCode
public static $testViews = [
'bef_test',
];