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
quick follow-up:
Hey,
Our tests need PHPUnit 3.7 or later. We are using some assertions only introduced in 3.7.
Cheers
-- Jeroen De Dauw http://www.bn2vs.com Don't panic. Don't be evil. ~=[,,_,,]:3 --
Am 01.08.2013 22:44, schrieb Jeroen De Dauw:
Hey,
Our tests need PHPUnit 3.7 or later. We are using some assertions only introduced in 3.7.
Yea, the joys of setting up a new system. I now recall that I had to install phpunit via pear last time. Ubuntu still shipps 3.6
-- daniel
wikidata-tech@lists.wikimedia.org