mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 11:09:26 +00:00
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
php -S 127.0.0.1:8000 -t PHPCurlClass/ &
|
|
pid="${!}"
|
|
phpunit --configuration phpunit.xml
|
|
kill "${pid}"
|