r100943 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100942‎ | r100943 | r100944 >
Date:03:49, 27 October 2011
Author:jpostlethwaite
Status:deferred
Tags:fundraising 
Comment:
Updating @covers for code coverage. GatewayAdapter::currentTransaction() was renamed GatewayAdapter::setCurrentTransaction().
Modified paths:
  • /trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/BankTransferTestCase.php (modified) (history)
  • /trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferEnetsTestCase.php (modified) (history)
  • /trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferEpsTestCase.php (modified) (history)
  • /trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferIdealTestCase.php (modified) (history)
  • /trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferNordeaSweedenTestCase.php (modified) (history)
  • /trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferSofortuberweisungTestCase.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/BankTransferTestCase.php
@@ -37,7 +37,7 @@
3838 * testBuildRequestXml
3939 *
4040 * @covers GatewayAdapter::__construct
41 - * @covers GatewayAdapter::currentTransaction
 41+ * @covers GatewayAdapter::setCurrentTransaction
4242 * @covers GatewayAdapter::buildRequestXML
4343 * @covers GatewayAdapter::getData
4444 */
Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferSofortuberweisungTestCase.php
@@ -37,7 +37,7 @@
3838 * testBuildRequestXml
3939 *
4040 * @covers GatewayAdapter::__construct
41 - * @covers GatewayAdapter::currentTransaction
 41+ * @covers GatewayAdapter::setCurrentTransaction
4242 * @covers GatewayAdapter::buildRequestXML
4343 * @covers GatewayAdapter::getData
4444 */
Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferEnetsTestCase.php
@@ -37,7 +37,7 @@
3838 * testBuildRequestXml
3939 *
4040 * @covers GatewayAdapter::__construct
41 - * @covers GatewayAdapter::currentTransaction
 41+ * @covers GatewayAdapter::setCurrentTransaction
4242 * @covers GatewayAdapter::buildRequestXML
4343 * @covers GatewayAdapter::getData
4444 */
Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferIdealTestCase.php
@@ -39,7 +39,7 @@
4040 * Rabobank: 21
4141 *
4242 * @covers GatewayAdapter::__construct
43 - * @covers GatewayAdapter::currentTransaction
 43+ * @covers GatewayAdapter::setCurrentTransaction
4444 * @covers GatewayAdapter::buildRequestXML
4545 * @covers GatewayAdapter::getData
4646 */
@@ -64,7 +64,7 @@
6565 * ABN AMRO: 31
6666 *
6767 * @covers GatewayAdapter::__construct
68 - * @covers GatewayAdapter::currentTransaction
 68+ * @covers GatewayAdapter::setCurrentTransaction
6969 * @covers GatewayAdapter::buildRequestXML
7070 * @covers GatewayAdapter::getData
7171 */
@@ -89,7 +89,7 @@
9090 * Friesland Bank: 91
9191 *
9292 * @covers GatewayAdapter::__construct
93 - * @covers GatewayAdapter::currentTransaction
 93+ * @covers GatewayAdapter::setCurrentTransaction
9494 * @covers GatewayAdapter::buildRequestXML
9595 * @covers GatewayAdapter::getData
9696 */
@@ -114,7 +114,7 @@
115115 * Van Lanschot Bankiers: 161
116116 *
117117 * @covers GatewayAdapter::__construct
118 - * @covers GatewayAdapter::currentTransaction
 118+ * @covers GatewayAdapter::setCurrentTransaction
119119 * @covers GatewayAdapter::buildRequestXML
120120 * @covers GatewayAdapter::getData
121121 */
@@ -139,7 +139,7 @@
140140 * Triodos Bank: 511
141141 *
142142 * @covers GatewayAdapter::__construct
143 - * @covers GatewayAdapter::currentTransaction
 143+ * @covers GatewayAdapter::setCurrentTransaction
144144 * @covers GatewayAdapter::buildRequestXML
145145 * @covers GatewayAdapter::getData
146146 */
@@ -164,7 +164,7 @@
165165 * ING: 721
166166 *
167167 * @covers GatewayAdapter::__construct
168 - * @covers GatewayAdapter::currentTransaction
 168+ * @covers GatewayAdapter::setCurrentTransaction
169169 * @covers GatewayAdapter::buildRequestXML
170170 * @covers GatewayAdapter::getData
171171 */
@@ -189,7 +189,7 @@
190190 * SNS Bank: 751
191191 *
192192 * @covers GatewayAdapter::__construct
193 - * @covers GatewayAdapter::currentTransaction
 193+ * @covers GatewayAdapter::setCurrentTransaction
194194 * @covers GatewayAdapter::buildRequestXML
195195 * @covers GatewayAdapter::getData
196196 */
@@ -214,7 +214,7 @@
215215 * ASN Bank: 761
216216 *
217217 * @covers GatewayAdapter::__construct
218 - * @covers GatewayAdapter::currentTransaction
 218+ * @covers GatewayAdapter::setCurrentTransaction
219219 * @covers GatewayAdapter::buildRequestXML
220220 * @covers GatewayAdapter::getData
221221 */
@@ -239,7 +239,7 @@
240240 * RegioBank: 771
241241 *
242242 * @covers GatewayAdapter::__construct
243 - * @covers GatewayAdapter::currentTransaction
 243+ * @covers GatewayAdapter::setCurrentTransaction
244244 * @covers GatewayAdapter::buildRequestXML
245245 * @covers GatewayAdapter::getData
246246 */
Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferNordeaSweedenTestCase.php
@@ -37,7 +37,7 @@
3838 * testBuildRequestXml
3939 *
4040 * @covers GatewayAdapter::__construct
41 - * @covers GatewayAdapter::currentTransaction
 41+ * @covers GatewayAdapter::setCurrentTransaction
4242 * @covers GatewayAdapter::buildRequestXML
4343 * @covers GatewayAdapter::getData
4444 */
Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferEpsTestCase.php
@@ -39,7 +39,7 @@
4040 * Raifeissen: 820
4141 *
4242 * @covers GatewayAdapter::__construct
43 - * @covers GatewayAdapter::currentTransaction
 43+ * @covers GatewayAdapter::setCurrentTransaction
4444 * @covers GatewayAdapter::buildRequestXML
4545 * @covers GatewayAdapter::getData
4646 */
@@ -64,7 +64,7 @@
6565 * Volksbanken Gruppe: 821
6666 *
6767 * @covers GatewayAdapter::__construct
68 - * @covers GatewayAdapter::currentTransaction
 68+ * @covers GatewayAdapter::setCurrentTransaction
6969 * @covers GatewayAdapter::buildRequestXML
7070 * @covers GatewayAdapter::getData
7171 */
@@ -89,7 +89,7 @@
9090 * NÖ HYPO: 822
9191 *
9292 * @covers GatewayAdapter::__construct
93 - * @covers GatewayAdapter::currentTransaction
 93+ * @covers GatewayAdapter::setCurrentTransaction
9494 * @covers GatewayAdapter::buildRequestXML
9595 * @covers GatewayAdapter::getData
9696 */
@@ -114,7 +114,7 @@
115115 * Voralberger HYPO: 823
116116 *
117117 * @covers GatewayAdapter::__construct
118 - * @covers GatewayAdapter::currentTransaction
 118+ * @covers GatewayAdapter::setCurrentTransaction
119119 * @covers GatewayAdapter::buildRequestXML
120120 * @covers GatewayAdapter::getData
121121 */
@@ -139,7 +139,7 @@
140140 * Bankhaus Spängler: 824
141141 *
142142 * @covers GatewayAdapter::__construct
143 - * @covers GatewayAdapter::currentTransaction
 143+ * @covers GatewayAdapter::setCurrentTransaction
144144 * @covers GatewayAdapter::buildRequestXML
145145 * @covers GatewayAdapter::getData
146146 */
@@ -164,7 +164,7 @@
165165 * Hypo Tirol Bank: 825
166166 *
167167 * @covers GatewayAdapter::__construct
168 - * @covers GatewayAdapter::currentTransaction
 168+ * @covers GatewayAdapter::setCurrentTransaction
169169 * @covers GatewayAdapter::buildRequestXML
170170 * @covers GatewayAdapter::getData
171171 */
@@ -189,7 +189,7 @@
190190 * Erste Bank und Sparkassen: 826
191191 *
192192 * @covers GatewayAdapter::__construct
193 - * @covers GatewayAdapter::currentTransaction
 193+ * @covers GatewayAdapter::setCurrentTransaction
194194 * @covers GatewayAdapter::buildRequestXML
195195 * @covers GatewayAdapter::getData
196196 */
@@ -214,7 +214,7 @@
215215 * BAWAG: 827
216216 *
217217 * @covers GatewayAdapter::__construct
218 - * @covers GatewayAdapter::currentTransaction
 218+ * @covers GatewayAdapter::setCurrentTransaction
219219 * @covers GatewayAdapter::buildRequestXML
220220 * @covers GatewayAdapter::getData
221221 */
@@ -239,7 +239,7 @@
240240 * P.S.K.: 828
241241 *
242242 * @covers GatewayAdapter::__construct
243 - * @covers GatewayAdapter::currentTransaction
 243+ * @covers GatewayAdapter::setCurrentTransaction
244244 * @covers GatewayAdapter::buildRequestXML
245245 * @covers GatewayAdapter::getData
246246 */
@@ -264,7 +264,7 @@
265265 * Easy: 829
266266 *
267267 * @covers GatewayAdapter::__construct
268 - * @covers GatewayAdapter::currentTransaction
 268+ * @covers GatewayAdapter::setCurrentTransaction
269269 * @covers GatewayAdapter::buildRequestXML
270270 * @covers GatewayAdapter::getData
271271 */
@@ -289,7 +289,7 @@
290290 * Sparda-Bank: 831
291291 *
292292 * @covers GatewayAdapter::__construct
293 - * @covers GatewayAdapter::currentTransaction
 293+ * @covers GatewayAdapter::setCurrentTransaction
294294 * @covers GatewayAdapter::buildRequestXML
295295 * @covers GatewayAdapter::getData
296296 */

Status & tagging log