Unit Testing
Unit testing and Test-Driven-Development (TDD) are fundamental to the Zend Framework development culture. Learn how unit testing can improve your code quality and reduce code management headaches.
-
Unit Testing Doctrine 2 Entities
Integrate Doctrine 2 into your Zend Framework project. Drive with tests first!
-
Unit Testing Action Helpers
A look at how action helpers function and effective ways of unit testing them.
-
Unit Testing Zend_Form
Build a form for changing user passwords with 100% code coverage.
-
Unit Testing Models
A walkthrough on how to build up a simple model layer using a test-driven development approach.
