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 48bfe2d commit d9584bfCopy full SHA for d9584bf
bin/http_test_server
@@ -8,4 +8,8 @@ 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 ***"
14
+ echo "Please write your own way to start a PHP web server on port 10000 for the 'fixture' directory."
15
fi
0 commit comments