Christian Sciberras
Christian Sciberras
The problem seems related to issue #2. I've also just updated to the latest component, and it seems more stable - highlighting does work, but it still messes up after...
I think I've just hit this problem with the following code and test: ```php
> @uuf6429 code coverage tells what lines of code have been _used_ by your tests, mutation testing tells if your tests are resilient to code changes and thus effective at...
I've got the same problem.
Thanks! 3.1 would work, but only because of the common dependency on PHP. We can't use 3.0 for PHP 7.0 since it [doesn't require it](https://github.com/php-vcr/phpunit-testlistener-vcr/blob/3.0/composer.json#L22).
Sorry to persist, but ^3.0 doesn't have any requirements... which is incorrect (same with any version, actually). As it is right now, this package claims to be compatible with any...
> This library only depends on TestListener... To me that's a clear dependency. If someone installs this project but forgets to install PHPUnit, s/he ends up with a class extending...
No problem! I'll see if I can get this right for all major versions. Worst case we might end up with a few patch releases. Edit: I've checked every notable...
@renatomefi I'd like to have two branches, one called `1.1` (branching from tag 1.1.7) and one `2.0` (branching from tag `2.0.0`). When done, I can create my pull requests for...
@ekeyte I'm still waiting for the PRs (linked above) to be merged+released and for branches to the old versions to be created. I literally can't do anything more from my...