
Debugging PHP Unit
PHP Unit is a very handy tool used to run PHP unit tests, useful for flagging up broken PHP scripts. We use PHP unit because we tend to break things… and naturally we are also probably going to break our test scripts too. How to debug PHP Unit By adding two lines of code to […]