function TestRun::start
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Test/TestRun.php \Drupal\Core\Test\TestRun::start()
Mark start of the test run execution.
Parameters
float $time: The time the test run started.
File
-
core/
lib/ Drupal/ Core/ Test/ TestRun.php, line 120
Class
- TestRun
- Implements an object that tracks execution of a test run.
Namespace
Drupal\Core\TestCode
public function start(float $time) : void {
$this->startExecutionTime = $time;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.