The PHPUnit development team is pleased to announce the immediate availability of PHPUnit 5. This release adds new features, changes and removes existing features, and fixes bugs.
A detailed list of changes is available here.
PHP 5.3, PHP 5.4, and PHP 5.5 are no longer supported. The only actively supported version of PHP as of October 2, 2015 is PHP 5.6.
assertSelectCount()
, assertSelectRegExp()
, assertSelectEquals()
, assertTag()
, and assertNotTag()
assertions have been removed--strict
commandline option and the strict
configuration setting have been removedWe distribute a PHP Archive (PHAR) that contains everything you need in order to use PHPUnit. Alternatively, you may use Composer to download and install PHPUnit as well as its dependencies.
Here is a tutorial that gets you started.
Detailed information on supported versions of PHPUnit is available here. Below is a summary as of October 2, 2015: