From 120ce90f90ba55f24f06d8072f7b30ab49e69088 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Wed, 24 Sep 2008 19:00:31 +0000
Subject: [PATCH] #312883 by moshe weitzman: Fix REQUEST_METHOD notice in
 run-tests.sh.

---
 scripts/run-tests.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index cd36aec36efc..785ce3ce4ba2 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';
-- 
GitLab