thePHP.cc Logo Deutsch Contact

PHPUnit for Shopware Developers

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 talk you will learn why PHPUnit should not be missing in your toolbox.