You are here

protected static property RenderCacheIntegrationTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php \Drupal\Tests\views\Kernel\RenderCacheIntegrationTest::modules
  2. 9 core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php \Drupal\Tests\views\Kernel\RenderCacheIntegrationTest::modules

File

core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php, line 30

Class

RenderCacheIntegrationTest
Tests the general integration between views and the render cache.

Namespace

Drupal\Tests\views\Kernel

Code

protected static $modules = [
  'entity_test',
  'user',
  'node',
];