public static property RenderCacheIntegrationTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Tests/RenderCacheIntegrationTest.php \Drupal\views\Tests\RenderCacheIntegrationTest::modules
Modules to enable.
Type: array
Overrides ViewKernelTestBase::$modules
File
- core/
modules/ views/ src/ Tests/ RenderCacheIntegrationTest.php, line 34 - Contains \Drupal\views\Tests\RenderCacheIntegrationTest.
Class
- RenderCacheIntegrationTest
- Tests the general integration between views and the render cache.
Namespace
Drupal\views\TestsCode
public static $modules = [
'entity_test',
'user',
'node',
];