Skip to content

Release Announcement for PHPUnit 5.3.0

Sebastian Bergmann edited this page Apr 1, 2016 · 3 revisions

The PHPUnit development team announces the immediate availability of PHPUnit 5.3.0. This release adds new features and fixes bugs. A detailed list of changes is available here.

Obtaining PHPUnit 5.3

We distribute a PHP Archive (PHAR) that contains everything you need in order to use PHPUnit. Simply download it from here, make it executable, and put it into your $PATH, for instance.

Alternatively, you may use Composer to download and install PHPUnit as well as its dependencies.

Requirements

PHPUnit 5.3 requires PHP 5.6; using the latest version of PHP is highly recommended. The documentation has a detailed list of the PHP extensions that are required to use PHPUnit.

Clone this wiki locally