CodeIgniter Forums
PHPUnit is always unable to locate Session.php Class - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: PHPUnit is always unable to locate Session.php Class (/showthread.php?tid=970)



PHPUnit is always unable to locate Session.php Class - s4if - 02-02-2015

Hi,
I have problem with my Project. When i run my test, PHPUnit always unable to locate Session.php.
Originally i use this project (https://github.com/fmalk/codeigniter-phpunit) to set up my project using CI2, then update it with CI3 when it was released several days ago.
anybody know how to fix this?