aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/request.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-13 12:11:38 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-14 14:22:42 -0400
commit2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd (patch)
treef2e86d722824938dc5569a5ce4ddf430bb661c07 /tests/mock/request.php
parenta6ff2397788134b5410d89a67a3860a32670997e (diff)
downloadforums-2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd.tar
forums-2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd.tar.gz
forums-2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd.tar.bz2
forums-2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd.tar.xz
forums-2e899c24f9248a06eef7b8cfaed7f5b4a792f7fd.zip
[feature/oauth] Change name of new method on request
PHPBB3-11673
Diffstat (limited to 'tests/mock/request.php')
-rw-r--r--tests/mock/request.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock/request.php b/tests/mock/request.php
index d70dd1eae9..d671621460 100644
--- a/tests/mock/request.php
+++ b/tests/mock/request.php
@@ -74,7 +74,7 @@ class phpbb_mock_request implements phpbb_request_interface
return array_keys($this->data[$super_global]);
}
- public function original_global_values($super_global = phpbb_request_interface::REQUEST)
+ public function get_super_global($super_global = phpbb_request_interface::REQUEST)
{
return $this->data[$super_global];
}