function PerformanceTestBase::setUp
Same name in other branches
- 11.x core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php \Drupal\FunctionalJavascriptTests\PerformanceTestBase::setUp()
Overrides BrowserTestBase::setUp
2 calls to PerformanceTestBase::setUp()
- OpenTelemetryAuthenticatedPerformanceTest::setUp in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryAuthenticatedPerformanceTest.php - StandardPerformanceTest::setUp in core/
profiles/ standard/ tests/ src/ FunctionalJavascript/ StandardPerformanceTest.php
2 methods override PerformanceTestBase::setUp()
- OpenTelemetryAuthenticatedPerformanceTest::setUp in core/
profiles/ demo_umami/ tests/ src/ FunctionalJavascript/ OpenTelemetryAuthenticatedPerformanceTest.php - StandardPerformanceTest::setUp in core/
profiles/ standard/ tests/ src/ FunctionalJavascript/ StandardPerformanceTest.php
File
-
core/
tests/ Drupal/ FunctionalJavascriptTests/ PerformanceTestBase.php, line 27
Class
- PerformanceTestBase
- Collects performance metrics.
Namespace
Drupal\FunctionalJavascriptTestsCode
protected function setUp() : void {
parent::setUp();
$this->doSetUpTasks();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.