Add support for nested aggregations #584
Annotations
2 errors and 1 warning
|
Execute mutation tests
Process completed with exit code 1.
|
Execute mutation tests:
src/Application/Results.php#L73
Escaped Mutant for Mutator "ArrayOneItem":
--- Original
+++ New
@@ @@
}
}
}
- return $aggregations;
+ return count($aggregations) > 1 ? array_slice($aggregations, 0, 1, true) : $aggregations;
}
}
|
Loading