Closed geecu closed 6 years ago
As suggested by @xabbuh in #171
On PHP 5.5 a test is failing because it expects it to throw a \PHPUnit\Framework\Error\Warning, which wasn't added (nor is it planned to) to phpunit@4.8's forward compatibility (related phpunit issue). I don't know how to move on about this...
\PHPUnit\Framework\Error\Warning
phpunit@4.8
I would say lets just increase the minimal phpunit requirement ..
superseded by #173
@geecu I worked a bit on your changes and managed to resolve the issues
thanks
As suggested by @xabbuh in #171
On PHP 5.5 a test is failing because it expects it to throw a
\PHPUnit\Framework\Error\Warning
, which wasn't added (nor is it planned to) tophpunit@4.8
's forward compatibility (related phpunit issue). I don't know how to move on about this...