IBM 'i' development blog
Posts tagged PHP Programming
Automated unit testing in PHP using PHPUnit
Aug 28th
As part of the ZendFramework excercise I am following the author describes some automated testing process for the Framework modules as we build them. He talks about using the PHPUnit testing software which is available here http://www.phpunit.de/. This allows a developer to write automated tests for his objects as he develops and greatly improves the

Recent Comments