Writing Unit Tests Using PHPUnit
A lot of people will tell you that unit testing in PHP is easy, but in practice it’s one of the hardest disciplines to get right. When you’ve never written unit tests before you’ll probably have a million questions really fast; your code has got a lot of dependencies, runs …