summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_test/lib/mock_functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/lib/mock_functions.php b/_test/lib/mock_functions.php
index 5ffed24d6..9ef5b7b8f 100644
--- a/_test/lib/mock_functions.php
+++ b/_test/lib/mock_functions.php
@@ -190,7 +190,7 @@
*/
function setReturnReferenceAt($timing, $function, &$reference, $args = false) {
$mock = & MockFunction::_instance($function);
- $mock->setReturnReferenceAt($timing, $function, &$reference, $args);
+ $mock->setReturnReferenceAt($timing, $function, $reference, $args);
}
/**