We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2e647 commit 81807f1Copy full SHA for 81807f1
tests/run.sh
@@ -1,4 +1,4 @@
1
-php -S 127.0.0.1:8000 -t PHPCurlClass/ &
+php -S 127.0.0.1:8000 -t PHPCurlClass/ &> /dev/null &
2
pid="${!}"
3
phpunit --configuration phpunit.xml
4
kill "${pid}"
0 commit comments