A quick heads up:
I just tried runnign our phpunit tests with PHPUnit 3.6.10, and got about 60 of
these errors:
InvalidArgumentException: You must not expect the generic exception class.
So, apparently, phpunit 3.6 doesn't want the expected exception to be
"Exception". That's annoying. Apparently this will be fixed in 3.7...
Well, I thought I'd let you know.
-- daniel