simple class for introduction to Test Driven Development (TDD) in php
It is very good for you if you are new to TDD
My main class is in the ./src folder, called Reciept.php , and its test file is in the ./tests folder.
I hope to help you 😄
Copy the phpunit folder to your system and enter this command in the command promp
composer install