How to generate testcases for codeigniter or any other MVC based project using the command phpunit-skelgen and I have to create testcases with assertions automatically.
How to generate testcases for codeigniter or any other MVC based project using the
Share
Just now I got solution for this problem,
We can use bootstrap file in netbeans, then enable create unit test cases check box,
then right click corresponding file and we can create unit test cases.
http://netbeans.org/kb/docs/php/phpunit.html