Robin Ingelbrecht
Robin Ingelbrecht
I'd also like to know of this is possible
Hi @Timu57, I certainly don't wat to introduce `ramsey/uuid` as a dependency in the codebase. I was just wondering why strings are not supported as primary keys. I'll join the...
I would leave the current options as "global options", but allow to override them per server...?
Too bad, would be very nice. Nevertheless, thanks for putting a lot of your time into this!
@sebastianbergmann Checked the code, and correct me if I'm wrong, but PHPUnit does know when code coverage started stopped and when the reports have been processed? Am I missing something...
Is there an actual height limit? Virtual scrolling would be a great improvement though
@Bilge You can use this extension that uses Collision: https://github.com/robiningelbrecht/phpunit-pretty-print
@Bilge Everything is disabled by default. And yes that line is the bare minimum you need to run Collision, but I think you need to run it in an PHPUnit...
@Bilge That might an option as well indeed, never tried this before. Since PHPUnit 10 I tend to work with the "extensions and events" it provides...
@Bilge yeah indeed, you need to disable PHPUnit10's output, forgot about that, sorry. > But how do we even know Collision v7 even works with PHPUnit Because the extension you...