Unit Testing - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: Unit Testing (/showthread.php?tid=68451) |
Unit Testing - Sebastian Medina - 07-12-2017 I'm using the unit test class and I do not know how to test the function of another class, how can I prove methods of another class ?, So that from a single class can i test all the other methods? |