Skip to content

PHPUnit

How to write Functional and Unit Test on NetBeans (PHPUnit and Selenium) with Yii Framework

Before reading this section, i hope your computer already has what testing needed. So, please read the following link: http://ratatouille90.wordpress.com/2012/11/26/setting-up-phpunit-with-xampp/

Setting up PHPUnit with XAMPP

XAMPP is a great utility to get you started quickly with Apache, MySQL, and PHP. XAMPP have feature to test your PHP code use PHPUnit. Before you can use PHPUnit you must have PEAR...