If you have PHPUnit installed as recommended (via Pear) and is
available on the path, and Phing installed so it's on the path also (I
did mine via Pear also) then it's just a case of running:-
phing -f phing.xml
It will check for an environment variable, MORIARTY_ARC_DIR pointing
to where you ARC distribution is located, as this is not packaged with
Moriarty. If the environment variable is not set it will tell you.
If it's set then there is nothing else you need to do.
I brought this in as at present there was a 'runtests.php' script with
tests manually added to the suite and it also needed some manual
hacking to set up the environment (e.g. Ian's customised file in /etc
to point to things on his machine).
Hopefully this new phing script will make it easier: no more
remembering to add files to the test suite, nothing to configure once
you have the environment variable set once on your machine.
Ref:-
* http://www.phpunit.de/manual/2.3/en/installation.html
* http://www.phpunit.de/manual/2.3/en/phing.html