From 120ce90f90ba55f24f06d8072f7b30ab49e69088 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 24 Sep 2008 19:00:31 +0000 Subject: #312883 by moshe weitzman: Fix REQUEST_METHOD notice in run-tests.sh. --- scripts/run-tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/run-tests.sh') 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'; -- cgit v1.2.3