Files
php-curl-class/tests/run.sh
T
2014-03-04 22:34:40 -08:00

5 lines
94 B
Bash

php -S 127.0.0.1:8000 -t PHPCurlClass/ &
pid=$!
phpunit --configuration phpunit.xml
kill $pid