To improve my quality of code, I\'ve decided to try to learn how to test my code using Unit Testing instead of my mediocre-at-best testing solutions.
if you are using PHPSTORM go to Settings then goto
Test Frameworks
and click + and choose
PHPUnit Local then
PHPUnit Local
Use Composer Auto Loader then paste this like in path to script field
Use Composer Auto Loader
C:\{YOUR PROJECT NAME}\vendor\autoload.php
click OK
HAPPY TESTING