public static property ViewsSqlExceptionTest::$testViews in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/Plugin/ViewsSqlExceptionTest.php \Drupal\Tests\views\Kernel\Plugin\ViewsSqlExceptionTest::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/ Plugin/ ViewsSqlExceptionTest.php, line 19
Class
- ViewsSqlExceptionTest
- Tests the views exception handling.
Namespace
Drupal\Tests\views\Kernel\PluginCode
public static $testViews = [
'test_filter',
];