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.
Installing phpUnderControl on Debian Etch
Submitted by Matthew Turland on Tue, 12/09/2008 - 10:08I was entasked recently with getting a continuous integration environment set up. phpUnderControl seems to be the tool of choice for this these days, so I started off in that direction. According to its web site, "phpUnderControl is an addon application for the continuous integration tool CruiseControl, which integrates some of the best PHP development tools."
Obviously I needed to install PHP itself. CruiseControl is a daemon written in Java, so that needed to be installed as well. Our Linux distro of choice is Debian. With these requirements, I set out.

