This page is the home of my "PHPUnit for Shopware Developers" presentation. I most recently delivered it at the Shopware Community Day on .
If you want to be sure that your software works properly, you need to test it continuously. Automated tests save you from constantly pressing F5 in the browser and using debug statements like var_dump() in your code.
They are also cheaper than manual tests and easier to implement than you might think. How do I test my code with as little effort as possible? How do I execute as few lines of code as possible to test what I am really interested in? And what does all this have to do with clean code?
In this presentation you will learn why PHPUnit should not be missing in your toolbox.
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.
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.
In case you missed my presentation at the Shopware Community Day, 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.
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.