Articles about

PHPUnit

Database Testing with PHPUnit and MySQL

2010-01-04 00:00:00 — I recently made a contribution to the PHPUnit project that I thought I'd take a blog post to discuss.

Process Isolation in PHPUnit

2010-08-19 00:00:00 — I was recently writing a unit test for an autoloader when I came across a somewhat unintuitive behavior in PHPUnit.

PHPUnit + XHProf = BOOM!

2015-10-13 00:00:00 — I ran into an issue recently while trying to run PHPUnit tests in an environment using XHProf.