function TestRun::end
Mark end of the test run execution.
Parameters
float $time: The time the test run ended.
File
-
core/
lib/ Drupal/ Core/ Test/ TestRun.php, line 130
Class
- TestRun
- Implements an object that tracks execution of a test run.
Namespace
Drupal\Core\TestCode
public function end(float $time) : void {
$this->endExecutionTime = $time;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.