PHPUnit 6.0
+
Par Remi le mercredi 8 février 2017, 16:02 - Archives - Lien permanent
RPM of PHPUnit version 6.0 are available in remi repository for Fedora ≥ 22 and for Enterprise Linux (CentOS, RHEL...).
Documentation :
This new major version requires PHP ≥ 7.0 and is not backward compatible with previous version, so the package is designed to be installed beside version 5.
Installation, Fedora:
dnf --enablerepo=remi install phpunit6
Installation, Enterprise Linux:
yum --enablerepo=remi install phpunit6 php-phpunit-dbunit3
A forward compatibility feature have been implemented in version 4.8.35 and 5.7 which allow to use the new namespaces, adaptation is quite simple (examples: fedora/autoloader, GLPI or tc-lib-color).
Notice: this tool is an essential component of PHP QA in Fedora. This version and its dependencies are already submitted to review for Fedora's official repository (review #1420381). I also plan an update in Fedora 25 later.
Commentaires
Archived entry, see PHPUnit 6.1