r100725 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r100724
|
r100725
|
r100726
>
Date:
18:43, 25 October 2011
Author:
jpostlethwaite
Status:
deferred (
Comments
)
Tags:
fundraising
Comment:
Added getVarMap() for unit testing.
Modified paths:
/trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php
—
—
@@ -304,6 +304,18 @@
305
305
}
306
306
307
307
/**
308
+ * getVarMap
309
+ *
310
+ * This method was added for unit testing.
311
+ *
312
+ * @return array Returns @see GatewayAdapter::$var_map
313
+ */
314
+ public function getVarMap() {
315
+
316
+ return $this->var_map;
317
+ }
318
+
319
+ /**
308
320
* getValue
309
321
*
310
322
* @todo
Comments
#
Comment by
Khorn (WMF)
(
talk
|
contribs
)
19:04, 27 October 2011
This is okay for now, but this really should be moved to the test adapter.
Status & tagging log
19:04, 27 October 2011
Khorn (WMF)
(
talk
|
contribs
)
changed the
status
of r100725
[
removed:
new
added:
deferred]
02:54, 27 October 2011
Jpostlethwaite
(
talk
|
contribs
)
changed the
tags
for r100725
[
added:
fundraising]