Actually, Zend Framework has its own unit testing tool using PHPUnit. It is called Zend_Test_PHPUnit*. However, my first encounter with Unit Testing in PHP (actual testing) is with SimpleTest and […]
Actually, Zend Framework has its own unit testing tool using PHPUnit. It is called Zend_Test_PHPUnit*. However, my first encounter with Unit Testing in PHP (actual testing) is with SimpleTest and […]