summaryrefslogtreecommitdiff
path: root/scripts/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-tests.sh')
-rwxr-xr-xscripts/run-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index cd36aec36..785ce3ce4 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -259,6 +259,7 @@ function simpletest_script_init() {
$_SERVER['SERVER_SOFTWARE'] = 'Apache';
$_SERVER['SERVER_NAME'] = 'localhost';
$_SERVER['REQUEST_URI'] = $path .'/';
+ $_SERVER['REQUEST_METHOD'] = 'GET';
$_SERVER['SCRIPT_NAME'] = $path .'/index.php';
$_SERVER['PHP_SELF'] = $path .'/index.php';
$_SERVER['HTTP_USER_AGENT'] = 'Drupal command line';