Shawn Criggershawnc.hashnode.dev·Apr 13, 2023How to write Unit Tests for SlimPHP 4I am motivated to write this article because more comprehensive documentation and examples are needed to write unit tests in SlimPHP 4, unlike its predecessor, SlimPHP 3, which provided ample resources on this subject. It is crucial to implement unit...Discuss·289 readsPHPUnit
Ian Okonuokonu.hashnode.dev·Nov 21, 2022Writing Unit tests in PHPTesting is a critical part of the development process. It helps ensure that your code is working as expected and that no regressions have been introduced. A unit test is a piece of code written to ensure that another piece of code is working correctl...Discuss·81 reads#php #testing #unittesting #phpunit