PHPUnit 7.0 was released on 02/02/2018. The existing printer in this repository didn't work due to PHPUnit 7.0 supporting PHP >=7.1 and needed return types. Because of that, this code breaks compatibility with PHP 5.X and 7.0.
I upgraded the version in composer.json from 0.5.4 to 0.6.0. I ran the tests included in this repository and they all passed. Also, I tested this code using PHPUnit 6.5 and PHPUnit 7.0.
PHPUnit 7.0 was released on 02/02/2018. The existing printer in this repository didn't work due to PHPUnit 7.0 supporting PHP >=7.1 and needed return types. Because of that, this code breaks compatibility with PHP 5.X and 7.0.
I upgraded the version in
composer.json
from 0.5.4 to 0.6.0. I ran the tests included in this repository and they all passed. Also, I tested this code using PHPUnit 6.5 and PHPUnit 7.0.