function PerformanceTestBase::installModulesFromClassProperty

Same name and namespace in other branches
  1. 10 core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php \Drupal\FunctionalJavascriptTests\PerformanceTestBase::installModulesFromClassProperty()

Overrides WebDriverTestBase::installModulesFromClassProperty

File

core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php, line 48

Class

PerformanceTestBase
Collects performance metrics.

Namespace

Drupal\FunctionalJavascriptTests

Code

protected function installModulesFromClassProperty(ContainerInterface $container) {
    $this->doInstallModulesFromClassProperty($container);
}

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