test:
	./vendor/bin/atoum -bf ./.bootstrap.atoum.php -c ./.atoum.php -d tests/units -drt "Test results"

testaccount:
	./vendor/bin/atoum -bf ./.bootstrap.atoum.php -c ./.atoum.php -f tests/units/Service/Account.php -drt "Account test results"