protected static property UITestBase::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views_ui/tests/src/Functional/UITestBase.php \Drupal\Tests\views_ui\Functional\UITestBase::modules
- 9 core/modules/views_ui/tests/src/Functional/UITestBase.php \Drupal\Tests\views_ui\Functional\UITestBase::modules
Modules to enable.
Type: array
File
- core/
modules/ views_ui/ tests/ src/ Functional/ UITestBase.php, line 31
Class
- UITestBase
- Provides a base class for testing the Views UI.
Namespace
Drupal\Tests\views_ui\FunctionalCode
protected static $modules = [
'node',
'views_ui',
'block',
'taxonomy',
];