Unit testing Zend Framework (The Sequel)

Comments

Comments are closed.

Michelangelo's talk presented good detail on particulars of testing ZendFramework components using PHPUnit. He went into good depth and specifics, including features of PHPUnit like Data Providers. One thing he had to balance is providing the code on the slides vs. the complexity and density of the code. His overall balance was code heavy making the slides a valuable reference after the fact. Great job Michelangelo!

Mike did a great job of showing how easy it is to implement tdd in a zf application. I've been dreading trying this but now that I've seen it, it should not be as bad as I expected.

One of the presentations this conference that really showed a lot of code examples, some common pitfalls, and how to handle them. I liked how the presentation walked through the thought process.