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 4ce2c74 commit 9a26b40Copy full SHA for 9a26b40
bin/http_test_server
@@ -8,4 +8,9 @@ if [ -f "$DIR/../autoload.php" ]; then
8
# Development
9
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 ***" >&2
14
+ 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