public static property ViewsThemeIntegrationTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Tests/ViewsThemeIntegrationTest.php \Drupal\views\Tests\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/ src/ Tests/ ViewsThemeIntegrationTest.php, line 36 - Contains \Drupal\views\Tests\ViewsThemeIntegrationTest.
Class
- ViewsThemeIntegrationTest
- Tests the Views theme integration.
Namespace
Drupal\views\TestsCode
public static $modules = array(
'views',
'theme_test',
);