Workshop in English - UK at The Dutch PHP Conference 2024
View Slides: https://github.com/mbniebergall/presentations/blob/main/LevelingUpWithUnitTesting-DutchPHP2024.pdf
Short URL: https://joind.in/talk/7973e
(QR-Code (opens in new window))
Writing effective, valuable tests is a highly sought after skill that advances a developer to leadership and mentorship roles. Dive deep into writing unit and integration tests to test PHP code with PHPUnit. We’ll discuss critical principles and patterns, review code examples, refactor existing code to make it testable, and write actual tests. Top it all off by learning how to get the most out of unit testing supporting tools and reporting to improve efficiency and visibility into test suites.
Comments
Comments are closed.
Very useful, although we already use php unit extensively there is always more to learn.