Getting started with PHPUnit
I've been adding and modifying tests in an existing PHPUnit test suite for the last few years, mostly at work. My experience has gone through the usual stages of, anger - do we really need to waste time doing this, resistence - ok it caught that bug but still, acceptance - without tests I dont trust this bit of code, to embracing it. Time had come to setup my own test suite for one of my personal… continue reading »