Returns a test run object from storage.
\Drupal\Core\Test\TestRunResultsStorageInterface $test_run_results_storage: The test run results storage.
int|string $test_id: The test run id.
self The test run object.
public static function get(TestRunResultsStorageInterface $test_run_results_storage, int|string $test_id) : TestRun { return new static($test_run_results_storage, $test_id); }