Closed dmaicher closed 7 years ago
Damn, since we allowed PHPUnit 6 it makes those tests fail with the legacy listener.
IMHO you should run those tests only with PHPUnit 5 under PHP 5.6. Probably @requires
is helpful here: https://phpunit.de/manual/current/en/incomplete-and-skipped-tests.html#incomplete-and-skipped-tests.skipping-tests-using-requires
@Jean85 actually I found a nicer way so we don't even need two different classes for the listener :blush:
Yep I've seen it, it's a nice way to conflate those two classes. By the way, you should either bump to a major version or implement some alias to avoid a BC for those that where using a different (Legacy-
) listener class name.
Yes indeed makes sense to not break BC in a minor release :+1: I will just release this as 4.0.0.