mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-12 11:26:29 +00:00
Hide built-in web server output when running tests
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
php -S 127.0.0.1:8000 -t PHPCurlClass/ &
|
||||
php -S 127.0.0.1:8000 -t PHPCurlClass/ &> /dev/null &
|
||||
pid="${!}"
|
||||
phpunit --configuration phpunit.xml
|
||||
kill "${pid}"
|
||||
|
||||
Reference in New Issue
Block a user