Installing phpunit with phpbrew app get phpunit on php5.4.45 I got message like this.
This version of PHPUnit requires PHP 5.6; using the latest version of PHP is highly recommended.
So I needed to install phpunit 4.8.* only for php5.4.45. I think this can be useful for other cases.
Installing phpunit with
phpbrew app get phpuniton php5.4.45 I got message like this.So I needed to install phpunit 4.8.* only for php5.4.45. I think this can be useful for other cases.