From 89ac9876d08935ab9e644dac2e051925197e4e43 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 6 Dec 2009 18:06:22 +0000 Subject: #633156 follow-up by sun: Fix declaration of drupalGetAJAX(). --- modules/simpletest/drupal_web_test_case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest') diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index 55f559f39..59413e584 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -1409,7 +1409,7 @@ class DrupalWebTestCase extends DrupalTestCase { /** * Retrieve a Drupal path or an absolute path and JSON decode the result. */ - function drupalGetAJAX($path, array $options = array(), array $headers = array()) { + protected function drupalGetAJAX($path, array $options = array(), array $headers = array()) { return drupal_json_decode($this->drupalGet($path, $options, $headers)); } -- cgit v1.2.3