function OpenTelemetryAuthenticatedPerformanceTest::clearCaches
Clear caches.
1 call to OpenTelemetryAuthenticatedPerformanceTest::clearCaches()
- OpenTelemetryAuthenticatedPerformanceTest::testNodePageAdministrator in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryAuthenticatedPerformanceTest.php - Logs node page performance with an administrator.
File
-
core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryAuthenticatedPerformanceTest.php, line 127
Class
- OpenTelemetryAuthenticatedPerformanceTest
- Tests demo_umami profile performance.
Namespace
Drupal\Tests\demo_umami\FunctionalJavascriptCode
protected function clearCaches() : void {
foreach (Cache::getBins() as $bin) {
$bin->deleteAll();
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.