CodeIgniter Forums
Any tutorials on Unit testing in CI4? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Any tutorials on Unit testing in CI4? (/showthread.php?tid=81830)

Pages: 1 2


RE: Any tutorials on Unit testing in CI4? - captain-sensible - 07-14-2022

Anyone tried this : https://pestphp.com/docs/installation


RE: Any tutorials on Unit testing in CI4? - [email protected] - 05-30-2024

It seems the answer is no, there are no CodeIgniter 4 specific tutorials on unit testing, at least not in English. As noted, there is ample documentation on phpunit itself, so I think it's best to avoid using CodeIgniter's proprietary implementation of it because the cursory documentation will make testing seem more difficult than it really is. I would steer clear until and unless the situation improves.