function NodePerformanceTest::testNodePerformance
Same name and namespace in other branches
- 11.x core/modules/node/tests/src/FunctionalJavascript/NodePerformanceTest.php \Drupal\Tests\node\FunctionalJavascript\NodePerformanceTest::testNodePerformance()
Tests performance of node-related functionality.
File
-
core/
modules/ node/ tests/ src/ FunctionalJavascript/ NodePerformanceTest.php, line 67
Class
- NodePerformanceTest
- Tests the performance of node functionality including cache invalidation.
Namespace
Drupal\Tests\node\FunctionalJavascriptCode
public function testNodePerformance() : void {
$this->testPromotedContentPage();
$this->testPromotedContentCacheInvalidation();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.