Files
php-curl-class/tests/run.sh
T
2015-11-10 08:04:15 -08:00

5 lines
115 B
Bash
Executable File

php -S 127.0.0.1:8000 -t PHPCurlClass/ &> /dev/null &
pid="${!}"
phpunit --configuration phpunit.xml
kill "${pid}"