public static property HandlerTest::$modules in Drupal 8
Same name in this branch
- 8 core/modules/views_ui/tests/src/Functional/HandlerTest.php \Drupal\Tests\views_ui\Functional\HandlerTest::modules
- 8 core/modules/views/tests/src/Functional/Handler/HandlerTest.php \Drupal\Tests\views\Functional\Handler\HandlerTest::modules
Same name and namespace in other branches
- 9 core/modules/views_ui/tests/src/Functional/HandlerTest.php \Drupal\Tests\views_ui\Functional\HandlerTest::modules
- 10 core/modules/views_ui/tests/src/Functional/HandlerTest.php \Drupal\Tests\views_ui\Functional\HandlerTest::modules
Modules to enable.
Type: array
Overrides UITestBase::$modules
File
- core/
modules/ views_ui/ tests/ src/ Functional/ HandlerTest.php, line 22
Class
- HandlerTest
- Tests handler UI for views.
Namespace
Drupal\Tests\views_ui\FunctionalCode
public static $modules = [
'node_test_views',
];