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

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article
Artisan Debugging Commands in Laravel Telescope 5.24.0 image

Artisan Debugging Commands in Laravel Telescope 5.24.0

Read article
Queue totalSize() and JobInterrupted Event in Laravel 13.31 image

Queue totalSize() and JobInterrupted Event in Laravel 13.31

Read article
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article