Maks Rafalko
Maks Rafalko
Hello! Thanks for creating this issue. As it is documented [here](https://bornfreee.github.io/tactician-domain-events/doc/domain_events.html#record-events-in-entity), `EventRecorderCapabilities` is used inside Entities. Thus, adding `public function recordEvents(ContainsRecordedEvents $recordedEventsContainer)` to this trait would be strange, because in...
Hi, can you then use PHAR distribution of Infection instead of a global composer package? In PHAR, all extensions are preinstalled, so you won't have such issue. > Can I...
A simple solution would be to introduce `sourceDir` (similar to `testDir` from the config https://github.com/infection/tests-checker/blob/b7713f4a92258d123c9a5a7fc5e1f9e2af290033/src/index.ts#L9) I don't think I'm able to do it in the near future, so PR is...
I'm very sorry about such a late response. If you still need id, feel free to open a PR - I will be happy to merge it
Hello, thanks for working on this and debugging. Related to https://github.com/dg/bypass-finals/commit/101d0cc4b836d2a7745d745bc7b1fadcdcaf3b22 seems like solution on `bypass-finals` can resolve #16 and issue mentioned here about windows. Could you please try it?...
this should definitely be a field of `mutant` in schema, right near `statusReason`, because this is an output of test**s**, executed for particular Mutant . Regarding displaying, it's up to...
by the way, here is a full HTML report generated for Infection itself, probably you will find it helpful during implementation of this feature request (if you decide to add...
ping @pierredup :)
Hello, I have a question: can't you just use already existing `SummaryLogger` (see [original PR](https://github.com/infection/infection/pull/1808)) and extract MSI from it and generate SVG string? So, instead of Infection being responsible...
Ok, that makes sense, thanks for the detailed answer. I'm fine with adding it to Infection. The only one thing I would ask is to properly document it, so future...