@@ -188,6 +188,9 @@ public function testSupportsUpdateCard()
188
188
}
189
189
}
190
190
191
+ /**
192
+ * @doesNotPerformAssertions
193
+ */
191
194
public function testAuthorizeParameters ()
192
195
{
193
196
if ($ this ->gateway ->supportsAuthorize ()) {
@@ -205,6 +208,9 @@ public function testAuthorizeParameters()
205
208
}
206
209
}
207
210
211
+ /**
212
+ * @doesNotPerformAssertions
213
+ */
208
214
public function testCompleteAuthorizeParameters ()
209
215
{
210
216
if ($ this ->gateway ->supportsCompleteAuthorize ()) {
@@ -222,6 +228,9 @@ public function testCompleteAuthorizeParameters()
222
228
}
223
229
}
224
230
231
+ /**
232
+ * @doesNotPerformAssertions
233
+ */
225
234
public function testCaptureParameters ()
226
235
{
227
236
if ($ this ->gateway ->supportsCapture ()) {
@@ -239,6 +248,9 @@ public function testCaptureParameters()
239
248
}
240
249
}
241
250
251
+ /**
252
+ * @doesNotPerformAssertions
253
+ */
242
254
public function testPurchaseParameters ()
243
255
{
244
256
if ($ this ->gateway ->supportsPurchase ()) {
@@ -256,6 +268,9 @@ public function testPurchaseParameters()
256
268
}
257
269
}
258
270
271
+ /**
272
+ * @doesNotPerformAssertions
273
+ */
259
274
public function testCompletePurchaseParameters ()
260
275
{
261
276
if ($ this ->gateway ->supportsCompletePurchase ()) {
@@ -273,6 +288,9 @@ public function testCompletePurchaseParameters()
273
288
}
274
289
}
275
290
291
+ /**
292
+ * @doesNotPerformAssertions
293
+ */
276
294
public function testRefundParameters ()
277
295
{
278
296
if ($ this ->gateway ->supportsRefund ()) {
@@ -290,6 +308,9 @@ public function testRefundParameters()
290
308
}
291
309
}
292
310
311
+ /**
312
+ * @doesNotPerformAssertions
313
+ */
293
314
public function testVoidParameters ()
294
315
{
295
316
if ($ this ->gateway ->supportsVoid ()) {
@@ -307,6 +328,9 @@ public function testVoidParameters()
307
328
}
308
329
}
309
330
331
+ /**
332
+ * @doesNotPerformAssertions
333
+ */
310
334
public function testCreateCardParameters ()
311
335
{
312
336
if ($ this ->gateway ->supportsCreateCard ()) {
@@ -324,6 +348,9 @@ public function testCreateCardParameters()
324
348
}
325
349
}
326
350
351
+ /**
352
+ * @doesNotPerformAssertions
353
+ */
327
354
public function testDeleteCardParameters ()
328
355
{
329
356
if ($ this ->gateway ->supportsDeleteCard ()) {
@@ -341,6 +368,9 @@ public function testDeleteCardParameters()
341
368
}
342
369
}
343
370
371
+ /**
372
+ * @doesNotPerformAssertions
373
+ */
344
374
public function testUpdateCardParameters ()
345
375
{
346
376
if ($ this ->gateway ->supportsUpdateCard ()) {
0 commit comments