protected static property ViewsEscapingTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Functional/ViewsEscapingTest.php \Drupal\Tests\views\Functional\ViewsEscapingTest::modules
- 9 core/modules/views/tests/src/Functional/ViewsEscapingTest.php \Drupal\Tests\views\Functional\ViewsEscapingTest::modules
We need theme_test for testing against test_basetheme and test_subtheme.
Type: array
File
- core/
modules/ views/ tests/ src/ Functional/ ViewsEscapingTest.php, line 33
Class
- ViewsEscapingTest
- Tests output of Views.
Namespace
Drupal\Tests\views\FunctionalCode
protected static $modules = [
'views',
'theme_test',
];