A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: phpunit

How to Unit Test your Zend Framework Application

I am trying to learn Unit Testing using Zend Framework. I have set up a test application called LyZend in Github. Supposedly, the application should be able to display artists, albums, and tracks. The tests are found in: http://github.com/wenbert/lyzend/tree/master/tests/ I … Continue reading

Posted in General | Tagged , , | 5 Comments

Unit Testing My Zend Framework Application

Okay, I have been getting into Unit Testing the past few days. With the help of Jon Lebensold’s screencast, I was able to jump right in quickly. Right now I am looking into creating Mock Objects for my tests. I … Continue reading

Posted in General | Tagged , , , , , | 3 Comments