You are here

public static property ViewsEscapingTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/ViewsEscapingTest.php \Drupal\views\Tests\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/src/Tests/ViewsEscapingTest.php, line 33
Contains \Drupal\views\Tests\ViewsEscapingTest.

Class

ViewsEscapingTest
Tests output of Views.

Namespace

Drupal\views\Tests

Code

public static $modules = array(
  'views',
  'theme_test',
);