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