NodePerformanceTest::$modules

Type: modules

Overrides PerformanceTestBase::$modules

File

core/modules/node/tests/src/FunctionalJavascript/NodePerformanceTest.php, line 38

Class

NodePerformanceTest
Tests the performance of node functionality including cache invalidation.

Namespace

Drupal\Tests\node\FunctionalJavascript

Code

protected static $modules = [
  'node',
  'views',
  'dynamic_page_cache',
  'page_cache',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.