public static property ViewsThemeIntegrationTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php \Drupal\Tests\views\Functional\ViewsThemeIntegrationTest::modules
- 10 core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php \Drupal\Tests\views\Functional\ViewsThemeIntegrationTest::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/ ViewsThemeIntegrationTest.php, line 36
Class
- ViewsThemeIntegrationTest
- Tests the Views theme integration.
Namespace
Drupal\Tests\views\FunctionalCode
public static $modules = [
'views',
'theme_test',
];