let us easily override PHPUnit version
authorAntoine Musso <hashar@free.fr>
Tue, 17 Apr 2012 13:39:15 +0000 (15:39 +0200)
committerAntoine Musso <hashar@free.fr>
Tue, 17 Apr 2012 13:39:15 +0000 (15:39 +0200)
commit3b9a3678b35ba6c2c4158d230393161a37f21e86
tree310b1b703b3472ad695b1d9f03086533bfe02bf4
parent0e6dc67f120910b959bb7081f6b2afaf4e4e696b
let us easily override PHPUnit version

The new --with-phpunitdir let us specify a git checkout of PHPUnit. That
will ease regression testing of the upstream new version. Usage is
straightforward:

Checkout PHPUnit from git as instructed on:
https://github.com/sebastianbergmann/phpunit#readme

Invoke our test suite with:
 $ cd maintenance/tests
 $ php phpunit.php --with-phpunitdir /path/you/just/checked/out

Change-Id: I8a9af0deac4dd74e3c8bde73535555c54ac83766
tests/phpunit/phpunit.php