php-src/travis/ext/curl/setup.sh
2015-08-23 22:47:51 +02:00

5 lines
130 B
Bash
Executable file

#!/bin/bash
export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost:8080"
cd ./ext/curl/tests/responder
php -S localhost:8080 &
cd -