We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8e049 commit e695d57Copy full SHA for e695d57
www/include/JsonResultGenerator.php
@@ -226,6 +226,10 @@ public function medianRunDataArray($testRunResults)
226
*/
227
public function runDataArray($testRunResults)
228
{
229
+ if (!$testRunResults) {
230
+ return [];
231
+ }
232
+
233
$runInfo = $this->basicRunInfoArray($testRunResults);
234
$numSteps = $testRunResults->countSteps();
235
0 commit comments