atoum on the edge
Posted on 15 August 2011.
atoum is a new great unit testing framework, is simple and elegant. Distribute in a phar archive you can easily insert it in your project.
A simple way to make the phar form github's source and test it :
git clone git://github.com/mageekguy/atoum.git
php -dphar.readonly=0 atoum/scripts/phar/generator.php -d ./
php mageekguy.atoum.phar -d atoum/tests/units
* atoum image by mageekguy
