CodeIgniter Forums
How to unit test a CI library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: How to unit test a CI library (/showthread.php?tid=60807)



How to unit test a CI library - El Forum - 07-02-2014

[eluser]Unknown[/eluser]
Hi,
I'm about to write a library and want to make it available on packagist.org.
I have set up my project for the library.
How to test it with a CI installation?
What are the best practices?

Regards,