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

Please login to leave a comment

Very useful, although we already use php unit extensively there is always more to learn.