Just a little project which implement a skeleton for application tested with atoum.
git clone [email protected]:ashgenesis/atoum-skeleton.git
make
make test
or
./vendor/bin/atoum -d tests
Install it then replace all skeleton
occurence everywhere by your
namespace/class
the atoum config file is .atoum.php the atoum bootstrap file is .bootstrap.php
.atoum.php define the bootstrap and it's automatically loaded.