News

PHPUnit 6.0.0 Is Released

Published
PHPUnit 6.0.0 Is Released image

PHPUnit has released version 6.0, and it now drops support for PHP 5.6, which is no longer actively maintained.

Some of the new features in this release include:

  • Added a new getExpectedExceptionCode() and getExpectedExceptionMessage()
  • Support for annotations on traits
  • Allow to filter for multiple test suites
  • Added the PHPUnit\Framework\TestCase::createTestProxy() method for creating test proxies
  • Added the --dont-report-useless-tests commandline option
  • Added the --globals-backup commandline option
  • Added verbatim attribute to prevent "true" and "false" from being converted to true and false, respectively
  • See more in the change log

With this new release it marks the end of life for PHPUnit v4.8, and v5.7 will continue to receive bug fixes until February 2, 2018.

For those looking to update you can update your composer.json file or download the PHAR from the PHPUnit homepage.

I tested it with a fresh Laravel 5.4 application, and the default tests continue to work. Laravel will continue to include the older v5.x line of PHPUnit until the Laravel 5.5 release when it will require PHP 7.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article