Closed Jean85 closed 6 years ago
We are currently blocked by https://github.com/symfony/symfony/issues/26017: the Symfony PHPUnit Bridge is not compatible yet.
PR merged, still have to update the changelog and fix the AppVeyor build.
Released with 0.12
Supporting PHPUnit 7 will not be so easy. There are a few BC that will create issues for us:
LogParser
is no longer compatible, needs fixing and: void
CodeCoverage
class is final in 6... We will need a workaround for that