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 d9584bf commit 5e6b47cCopy full SHA for 5e6b47c
bin/http_test_server
@@ -10,6 +10,7 @@ elif [ -f "$DIR/../vendor/autoload.php" ]; then
10
php -S 127.0.0.1:10000 -t "$DIR/../fixture"
11
# Not working, e.g. windows which does not do symlinks
12
else
13
- echo "*** Can't find the fixture folder ***"
14
- echo "Please write your own way to start a PHP web server on port 10000 for the 'fixture' directory."
+ echo "*** Can't find the fixture folder ***" >&2
+ echo "Please write your own way to start a PHP web server on port 10000 for the 'fixture' directory." >&2
15
+ exit 1
16
fi
0 commit comments