mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 03:00:55 +00:00
5 lines
115 B
Bash
Executable File
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}"
|