Getting Started with Zend_Test
Submitted by Matthew Turland on Thu, 01/07/2010 - 19:12I worked on a project recently where we used Zend Framework. As part of that project, I was tasked with writing unit tests. So, I went to the "tests" directory generated for me by the zf CLI utility to get started. What I found there was three files.
The Zen of TDD
Submitted by Matthew Turland on Tue, 12/23/2008 - 11:09Unit testing is a practice that was admittedly all but unknown in the PHP community up until a few years ago and is not practiced nearly as widely as it should be today. It's one of things like documentation or version control that should be a widely adopted industry standard, but often gets put on the chopping block for reasons ranging from limited budgets to tight deadlines.

