lumen-generators/test.sh

9 lines
173 B
Bash
Raw Permalink Normal View History

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