]> git.agnieray.net Git - galette.git/blob - bin/tests
Fix preferences tabs display on small screens
[galette.git] / bin / tests
1 #!/bin/bash
2 tests_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../tests" && pwd )"
3 pushd $tests_dir > /dev/null
4 atoum -mcn 1 -l -bf TestsBootstrap.php -c coverage.php -d Galette
5 popd > /dev/null