public static property FieldDropbuttonTest::$testViews in Drupal 9
Same name in this branch
- 9 core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php \Drupal\Tests\views\Functional\Handler\FieldDropButtonTest::testViews
- 9 core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php \Drupal\Tests\views\Kernel\Handler\FieldDropbuttonTest::testViews
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php \Drupal\Tests\views\Kernel\Handler\FieldDropbuttonTest::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/ Handler/ FieldDropbuttonTest.php, line 27
Class
- FieldDropbuttonTest
- Tests the core Drupal\views\Plugin\views\field\Dropbutton handler.
Namespace
Drupal\Tests\views\Kernel\HandlerCode
public static $testViews = [
'test_dropbutton',
];