9 lines
173 B
Bash
Raw Normal View History

2017-05-07 19:40:18 +02:00
#!/usr/bin/env bash
2015-09-24 02:03:29 +01:00
# Runing tests for Lumen
2017-05-07 19:40:18 +02:00
cd lumen-test || return
if [ ! -f codecept.phar ]; then
wget http://codeception.com/codecept.phar
fi
php codecept.phar run