diff options
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |