Add support for nested aggregations #587
Annotations
2 errors and 1 warning
|
Execute mutation tests
The operation was canceled.
|
Execute mutation tests:
src/Application/Results.php#L68
Escaped Mutant for Mutator "ArrayOneItem":
--- Original
+++ New
@@ @@
}
}
}
- return $aggregations;
+ return count($aggregations) > 1 ? array_slice($aggregations, 0, 1, true) : $aggregations;
}
}
|
The logs for this run have expired and are no longer available.
Loading