CodeIgniter Forums
Unit Testing in Codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Unit Testing in Codeigniter (/showthread.php?tid=49089)



Unit Testing in Codeigniter - El Forum - 02-07-2012

[eluser]Unknown[/eluser]
I have made the test_model in application/tests/models/test_model.php

but how to run this test_model.php file for testing...

can any budy reply me fast..?????


Unit Testing in Codeigniter - El Forum - 02-08-2012

[eluser]Maglok[/eluser]
You can just call it from a controller.

More then that is hard to say, since you give so little information. Can you describe what you are trying to do, what the file contains, if you are using a unit testing library, etc?