mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 03:00:55 +00:00
5 lines
94 B
Bash
5 lines
94 B
Bash
php -S 127.0.0.1:8000 -t PHPCurlClass/ &
|
|
pid=$!
|
|
phpunit --configuration phpunit.xml
|
|
kill $pid
|