Testing
How to Write Unit Test Case on Slim 3 to Test API | Devstringx
Prerequisites : -PHP 7.3 -Visual Studio CodeInstall slim via composer//run this command on terminal composer require slim/slim:”3.*”2. Install PHPUnit //run this command on terminal composer require-dev PHPUnit/PHPUnit ^7Now, PHPUnit is successfully installed you can see it in the demo/composer.json file and in the [...]