public static property ViewsPreprocessTest::$testViews in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php \Drupal\Tests\views\Kernel\ViewsPreprocessTest::testViews
Views to be enabled.
Test classes should override this property and provide the list of testing views.
Type: array
Overrides ViewsKernelTestBase::$testViews
File
- core/
modules/ views/ tests/ src/ Kernel/ ViewsPreprocessTest.php, line 18
Class
- ViewsPreprocessTest
- Tests the preprocessing functionality in views.theme.inc.
Namespace
Drupal\Tests\views\KernelCode
public static $testViews = [
'test_preprocess',
];