protected static property HandlerTest::$modules in Drupal 10
Same name in this branch
- 10 core/modules/views_ui/tests/src/Functional/HandlerTest.php \Drupal\Tests\views_ui\Functional\HandlerTest::modules
- 10 core/modules/views/tests/src/Functional/Handler/HandlerTest.php \Drupal\Tests\views\Functional\Handler\HandlerTest::modules
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Functional/Handler/HandlerTest.php \Drupal\Tests\views\Functional\Handler\HandlerTest::modules
- 9 core/modules/views/tests/src/Functional/Handler/HandlerTest.php \Drupal\Tests\views\Functional\Handler\HandlerTest::modules
Modules to enable.
Type: array
File
- core/
modules/ views/ tests/ src/ Functional/ Handler/ HandlerTest.php, line 35
Class
- HandlerTest
- Tests abstract handler definitions.
Namespace
Drupal\Tests\views\Functional\HandlerCode
protected static $modules = [
'views_ui',
'comment',
'node',
];