You are here

protected static property ViewsEscapingTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Functional/ViewsEscapingTest.php \Drupal\Tests\views\Functional\ViewsEscapingTest::modules
  2. 10 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

Overrides ViewTestBase::$modules

File

core/modules/views/tests/src/Functional/ViewsEscapingTest.php, line 33

Class

ViewsEscapingTest
Tests output of Views.

Namespace

Drupal\Tests\views\Functional

Code

protected static $modules = [
  'views',
  'theme_test',
];