Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/BankTransferTestCase.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | * testBuildRequestXml |
39 | 39 | * |
40 | 40 | * @covers GatewayAdapter::__construct |
41 | | - * @covers GatewayAdapter::currentTransaction |
| 41 | + * @covers GatewayAdapter::setCurrentTransaction |
42 | 42 | * @covers GatewayAdapter::buildRequestXML |
43 | 43 | * @covers GatewayAdapter::getData |
44 | 44 | */ |
Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferSofortuberweisungTestCase.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | * testBuildRequestXml |
39 | 39 | * |
40 | 40 | * @covers GatewayAdapter::__construct |
41 | | - * @covers GatewayAdapter::currentTransaction |
| 41 | + * @covers GatewayAdapter::setCurrentTransaction |
42 | 42 | * @covers GatewayAdapter::buildRequestXML |
43 | 43 | * @covers GatewayAdapter::getData |
44 | 44 | */ |
Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferEnetsTestCase.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | * testBuildRequestXml |
39 | 39 | * |
40 | 40 | * @covers GatewayAdapter::__construct |
41 | | - * @covers GatewayAdapter::currentTransaction |
| 41 | + * @covers GatewayAdapter::setCurrentTransaction |
42 | 42 | * @covers GatewayAdapter::buildRequestXML |
43 | 43 | * @covers GatewayAdapter::getData |
44 | 44 | */ |
Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferIdealTestCase.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | * Rabobank: 21 |
41 | 41 | * |
42 | 42 | * @covers GatewayAdapter::__construct |
43 | | - * @covers GatewayAdapter::currentTransaction |
| 43 | + * @covers GatewayAdapter::setCurrentTransaction |
44 | 44 | * @covers GatewayAdapter::buildRequestXML |
45 | 45 | * @covers GatewayAdapter::getData |
46 | 46 | */ |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | * ABN AMRO: 31 |
66 | 66 | * |
67 | 67 | * @covers GatewayAdapter::__construct |
68 | | - * @covers GatewayAdapter::currentTransaction |
| 68 | + * @covers GatewayAdapter::setCurrentTransaction |
69 | 69 | * @covers GatewayAdapter::buildRequestXML |
70 | 70 | * @covers GatewayAdapter::getData |
71 | 71 | */ |
— | — | @@ -89,7 +89,7 @@ |
90 | 90 | * Friesland Bank: 91 |
91 | 91 | * |
92 | 92 | * @covers GatewayAdapter::__construct |
93 | | - * @covers GatewayAdapter::currentTransaction |
| 93 | + * @covers GatewayAdapter::setCurrentTransaction |
94 | 94 | * @covers GatewayAdapter::buildRequestXML |
95 | 95 | * @covers GatewayAdapter::getData |
96 | 96 | */ |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | * Van Lanschot Bankiers: 161 |
116 | 116 | * |
117 | 117 | * @covers GatewayAdapter::__construct |
118 | | - * @covers GatewayAdapter::currentTransaction |
| 118 | + * @covers GatewayAdapter::setCurrentTransaction |
119 | 119 | * @covers GatewayAdapter::buildRequestXML |
120 | 120 | * @covers GatewayAdapter::getData |
121 | 121 | */ |
— | — | @@ -139,7 +139,7 @@ |
140 | 140 | * Triodos Bank: 511 |
141 | 141 | * |
142 | 142 | * @covers GatewayAdapter::__construct |
143 | | - * @covers GatewayAdapter::currentTransaction |
| 143 | + * @covers GatewayAdapter::setCurrentTransaction |
144 | 144 | * @covers GatewayAdapter::buildRequestXML |
145 | 145 | * @covers GatewayAdapter::getData |
146 | 146 | */ |
— | — | @@ -164,7 +164,7 @@ |
165 | 165 | * ING: 721 |
166 | 166 | * |
167 | 167 | * @covers GatewayAdapter::__construct |
168 | | - * @covers GatewayAdapter::currentTransaction |
| 168 | + * @covers GatewayAdapter::setCurrentTransaction |
169 | 169 | * @covers GatewayAdapter::buildRequestXML |
170 | 170 | * @covers GatewayAdapter::getData |
171 | 171 | */ |
— | — | @@ -189,7 +189,7 @@ |
190 | 190 | * SNS Bank: 751 |
191 | 191 | * |
192 | 192 | * @covers GatewayAdapter::__construct |
193 | | - * @covers GatewayAdapter::currentTransaction |
| 193 | + * @covers GatewayAdapter::setCurrentTransaction |
194 | 194 | * @covers GatewayAdapter::buildRequestXML |
195 | 195 | * @covers GatewayAdapter::getData |
196 | 196 | */ |
— | — | @@ -214,7 +214,7 @@ |
215 | 215 | * ASN Bank: 761 |
216 | 216 | * |
217 | 217 | * @covers GatewayAdapter::__construct |
218 | | - * @covers GatewayAdapter::currentTransaction |
| 218 | + * @covers GatewayAdapter::setCurrentTransaction |
219 | 219 | * @covers GatewayAdapter::buildRequestXML |
220 | 220 | * @covers GatewayAdapter::getData |
221 | 221 | */ |
— | — | @@ -239,7 +239,7 @@ |
240 | 240 | * RegioBank: 771 |
241 | 241 | * |
242 | 242 | * @covers GatewayAdapter::__construct |
243 | | - * @covers GatewayAdapter::currentTransaction |
| 243 | + * @covers GatewayAdapter::setCurrentTransaction |
244 | 244 | * @covers GatewayAdapter::buildRequestXML |
245 | 245 | * @covers GatewayAdapter::getData |
246 | 246 | */ |
Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferNordeaSweedenTestCase.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | * testBuildRequestXml |
39 | 39 | * |
40 | 40 | * @covers GatewayAdapter::__construct |
41 | | - * @covers GatewayAdapter::currentTransaction |
| 41 | + * @covers GatewayAdapter::setCurrentTransaction |
42 | 42 | * @covers GatewayAdapter::buildRequestXML |
43 | 43 | * @covers GatewayAdapter::getData |
44 | 44 | */ |
Index: trunk/extensions/DonationInterface/tests/Adapter/GlobalCollect/RealTimeBankTransferEpsTestCase.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | * Raifeissen: 820 |
41 | 41 | * |
42 | 42 | * @covers GatewayAdapter::__construct |
43 | | - * @covers GatewayAdapter::currentTransaction |
| 43 | + * @covers GatewayAdapter::setCurrentTransaction |
44 | 44 | * @covers GatewayAdapter::buildRequestXML |
45 | 45 | * @covers GatewayAdapter::getData |
46 | 46 | */ |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | * Volksbanken Gruppe: 821 |
66 | 66 | * |
67 | 67 | * @covers GatewayAdapter::__construct |
68 | | - * @covers GatewayAdapter::currentTransaction |
| 68 | + * @covers GatewayAdapter::setCurrentTransaction |
69 | 69 | * @covers GatewayAdapter::buildRequestXML |
70 | 70 | * @covers GatewayAdapter::getData |
71 | 71 | */ |
— | — | @@ -89,7 +89,7 @@ |
90 | 90 | * NÖ HYPO: 822 |
91 | 91 | * |
92 | 92 | * @covers GatewayAdapter::__construct |
93 | | - * @covers GatewayAdapter::currentTransaction |
| 93 | + * @covers GatewayAdapter::setCurrentTransaction |
94 | 94 | * @covers GatewayAdapter::buildRequestXML |
95 | 95 | * @covers GatewayAdapter::getData |
96 | 96 | */ |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | * Voralberger HYPO: 823 |
116 | 116 | * |
117 | 117 | * @covers GatewayAdapter::__construct |
118 | | - * @covers GatewayAdapter::currentTransaction |
| 118 | + * @covers GatewayAdapter::setCurrentTransaction |
119 | 119 | * @covers GatewayAdapter::buildRequestXML |
120 | 120 | * @covers GatewayAdapter::getData |
121 | 121 | */ |
— | — | @@ -139,7 +139,7 @@ |
140 | 140 | * Bankhaus Spängler: 824 |
141 | 141 | * |
142 | 142 | * @covers GatewayAdapter::__construct |
143 | | - * @covers GatewayAdapter::currentTransaction |
| 143 | + * @covers GatewayAdapter::setCurrentTransaction |
144 | 144 | * @covers GatewayAdapter::buildRequestXML |
145 | 145 | * @covers GatewayAdapter::getData |
146 | 146 | */ |
— | — | @@ -164,7 +164,7 @@ |
165 | 165 | * Hypo Tirol Bank: 825 |
166 | 166 | * |
167 | 167 | * @covers GatewayAdapter::__construct |
168 | | - * @covers GatewayAdapter::currentTransaction |
| 168 | + * @covers GatewayAdapter::setCurrentTransaction |
169 | 169 | * @covers GatewayAdapter::buildRequestXML |
170 | 170 | * @covers GatewayAdapter::getData |
171 | 171 | */ |
— | — | @@ -189,7 +189,7 @@ |
190 | 190 | * Erste Bank und Sparkassen: 826 |
191 | 191 | * |
192 | 192 | * @covers GatewayAdapter::__construct |
193 | | - * @covers GatewayAdapter::currentTransaction |
| 193 | + * @covers GatewayAdapter::setCurrentTransaction |
194 | 194 | * @covers GatewayAdapter::buildRequestXML |
195 | 195 | * @covers GatewayAdapter::getData |
196 | 196 | */ |
— | — | @@ -214,7 +214,7 @@ |
215 | 215 | * BAWAG: 827 |
216 | 216 | * |
217 | 217 | * @covers GatewayAdapter::__construct |
218 | | - * @covers GatewayAdapter::currentTransaction |
| 218 | + * @covers GatewayAdapter::setCurrentTransaction |
219 | 219 | * @covers GatewayAdapter::buildRequestXML |
220 | 220 | * @covers GatewayAdapter::getData |
221 | 221 | */ |
— | — | @@ -239,7 +239,7 @@ |
240 | 240 | * P.S.K.: 828 |
241 | 241 | * |
242 | 242 | * @covers GatewayAdapter::__construct |
243 | | - * @covers GatewayAdapter::currentTransaction |
| 243 | + * @covers GatewayAdapter::setCurrentTransaction |
244 | 244 | * @covers GatewayAdapter::buildRequestXML |
245 | 245 | * @covers GatewayAdapter::getData |
246 | 246 | */ |
— | — | @@ -264,7 +264,7 @@ |
265 | 265 | * Easy: 829 |
266 | 266 | * |
267 | 267 | * @covers GatewayAdapter::__construct |
268 | | - * @covers GatewayAdapter::currentTransaction |
| 268 | + * @covers GatewayAdapter::setCurrentTransaction |
269 | 269 | * @covers GatewayAdapter::buildRequestXML |
270 | 270 | * @covers GatewayAdapter::getData |
271 | 271 | */ |
— | — | @@ -289,7 +289,7 @@ |
290 | 290 | * Sparda-Bank: 831 |
291 | 291 | * |
292 | 292 | * @covers GatewayAdapter::__construct |
293 | | - * @covers GatewayAdapter::currentTransaction |
| 293 | + * @covers GatewayAdapter::setCurrentTransaction |
294 | 294 | * @covers GatewayAdapter::buildRequestXML |
295 | 295 | * @covers GatewayAdapter::getData |
296 | 296 | */ |