public static property ViewsKernelTestBase::$testViews in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php \Drupal\Tests\views\Kernel\ViewsKernelTestBase::testViews
- 9 core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php \Drupal\Tests\views\Kernel\ViewsKernelTestBase::testViews
Views to be enabled.
Test classes should override this property and provide the list of testing views.
Type: array
File
- core/
modules/ views/ tests/ src/ Kernel/ ViewsKernelTestBase.php, line 25
Class
- ViewsKernelTestBase
- Defines a base class for Views kernel testing.
Namespace
Drupal\Tests\views\KernelCode
public static $testViews = [];