mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 03:00:55 +00:00
Add script for running test suite
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
php -S 127.0.0.1:8000 -t PHPCurlClass/ &
|
||||
pid=$!
|
||||
phpunit --configuration phpunit.xml
|
||||
kill $pid
|
||||
Reference in New Issue
Block a user