Skip to content

Commit 81807f1

Browse files
committed
Hide built-in web server output when running tests
1 parent 0e2e647 commit 81807f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
php -S 127.0.0.1:8000 -t PHPCurlClass/ &
1+
php -S 127.0.0.1:8000 -t PHPCurlClass/ &> /dev/null &
22
pid="${!}"
33
phpunit --configuration phpunit.xml
44
kill "${pid}"

0 commit comments

Comments
 (0)