Xebee Blog: Test Driven Development with Zend Framework and PHPUnit

On the Xebee blog there’s a recent post looking at test-driven development with the Zend Framework and PHPUnit.

Over the past few days I was going through the Zend Framework reference docs and I found myself pleasantly surprised with all that the latest version of this web application framework provides. My first thought was to just acknowledge the speed in which PHP as a technology has been maturing. Out of the many new features, what stood out for me was the ease with which Zend Framework and PHPUnit complement and work with each other.

They show how they use PHPUnit, Zend_Test and Selenium to create database and acceptance/functional tests.

  • Share/Bookmark