Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

composer: allow PHPUnit 8 #129

Closed TomasVotruba closed 4 years ago

TomasVotruba commented 4 years ago

This is the blocker for upgrading to PHP 7.2 :/ PHPUnit 8 is out since February 2019

tomasnorre commented 4 years ago

As I get it @TomasVotruba doesn't mean running it on PHP 7.2 he means running PHP 7.2 specific code, using the new benefits etc from the never PHP versions.

IchHabRecht commented 4 years ago

Hi @TomasVotruba,

Thank you for your pull request. Unfortunately it is not possible to use phpunit 8.0 together with phpunit 6 and 7. This change is highly breaking and cannot be merged right now. But I don't see any blocker for php 7.2 here. Would you mind to explain your problem? Maybe there is another solution to help you.

IchHabRecht commented 4 years ago

I'm closing this pull request due to missing work.