Removes the test results from the storage.
int The number of log entries that were removed from storage.
public function removeResults() : int { return $this->testRunResultsStorage ->removeResults($this); }