You are here

protected static property ViewsThemeIntegrationTest::$modules in Drupal 9

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

Class

ViewsThemeIntegrationTest
Tests the Views theme integration.

Namespace

Drupal\Tests\views\Functional

Code

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