You are here

public static property ViewsEscapingTest::$modules in Drupal 8

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

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',
];