mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Increase verbosity when running local tests
This commit is contained in:
+5
-1
@@ -1,4 +1,8 @@
|
||||
set -x
|
||||
php -S 127.0.0.1:8000 -t PHPCurlClass/ &> /dev/null &
|
||||
pid="${!}"
|
||||
phpunit --configuration phpunit.xml
|
||||
phpunit \
|
||||
--configuration phpunit.xml \
|
||||
--debug \
|
||||
--verbose
|
||||
kill "${pid}"
|
||||
|
||||
Reference in New Issue
Block a user