mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-26 14:05:29 +03:00
9 lines
173 B
Bash
Executable File
9 lines
173 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Runing tests for Lumen
|
|
cd lumen-test || return
|
|
|
|
if [ ! -f codecept.phar ]; then
|
|
wget http://codeception.com/codecept.phar
|
|
fi
|
|
php codecept.phar run |