PHPUnit 10-12: What to know and what to forget

Welcome!

This page is the home of my "PHPUnit 10-12: What to know and what to forget" presentation. I most recently delivered it at betterCode() PHP on . Previous events include TYPO3 Developer Days.

PHPUnit 10-12: What to know and what to forget

Last year's PHPUnit 10 was the most significant update to the PHP world's most widely used test runner. This year's PHPUnit 11 refined many of those changes, and next year's PHPUnit 12 will finally remove a lot of old and messy code.

This is a good time to take stock, and this presentation is the perfect opportunity to do so. You will learn everything you need to know about PHPUnit 10 and PHPUnit 11, how to prepare for PHPUnit 12 today, and perhaps most importantly, which parts of PHPUnit you can safely ignore and forget.

Material

You can find the latest version of the material I use for this presentation here.

You can find a video recording of this presentation here.

About me

My name is Sebastian Bergmann and I am the creator of PHPUnit, the industry-standard testing framework that has greatly improved the professionalism of PHP software development.

As founding partner of and consultant with The PHP Consulting Company (thePHP.cc), I assist teams in adopting PHPUnit, optimizing its use, refining development workflows, and writing more testable code.

Upcoming events

In case you missed my presentation at betterCode() PHP, there are plenty more chances coming up to meet me.

For example, on , I will present "Von AmigaBASIC bis KI: Eine persönliche Zeitreise durch 4 Jahrzehnte Softwareentwicklung" at the Entwickler Summit.

More events where you can meet me are listed here.

My interactive online training courses are designed to provide you with practical knowledge that you can apply immediately. The next ones starting soon are listed here.

Keep up to date with PHPUnit

You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.

You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.