You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be honest, to me that is expected behavior. While PHPUnit 4 will get bug fixes for a year it is not the current version. So: don't use --self-update if you are on an outdated version of PHP.
I just ran
phpunit.phar --self-update
on my PHP 5.5 system. When that was done, I ranphpunit --version
, to which it repliedPresumably it self-updated to phpunit 5.x. Shouldn't
--self-update
check the PHP version and update to the most recent supported version?The text was updated successfully, but these errors were encountered: