ViewsEscapingTest::$modules

Same name and namespace in other branches
  1. 9 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
  3. 11.x 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\Functional

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.