You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project demonstrates how a PHPUnit Test can be written to test a "division by zero". This is only an example project which was created during a Linux Stammtisch meetup in Worms / Germany.
Installation
composer install --prefer-dist
vendor/bin/phpunit test
About
Example how a division by zero could be tested / PHP for newbies