Writing Testable Code
Description: Automated testing has become a standard in PHP projects, but writing code in a way that it is easily testable is a challenge. In this session you will gain …
Keywords: unit test, testable code, object oriented design, oop, solid, mock, dependency injection, presentation, Zend Webinar - March
Writing Testable Code
Automated testing has become a standard in PHP projects, but writing code in a way that it is easily testable is a challenge. In this session you will gain insight into the secret of writing testable code and you'll learn how this relates essentially to good object orientation.