Skip to content

Commit 19f4888

Browse files
committed
Removed payout sendData request test
1 parent 8b09512 commit 19f4888

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/Message/PayoutRequestTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,4 @@ public function testGetData()
8080
$this->assertSame('12345678', (string) $request->trans->wminvid);
8181
$this->assertSame('0', (string) $request->trans->onlyauth);
8282
}
83-
84-
public function testSendData()
85-
{
86-
$data = $this->request->getData();
87-
$caught = false;
88-
try {
89-
$response = $this->request->sendData($data);
90-
} catch (CurlException $exception) {
91-
// We don't have a valid client SSL cert to interact with
92-
$this->assertStringStartsWith('[curl] 56: OpenSSL SSL_read: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca', $exception->getMessage());
93-
$caught = true;
94-
}
95-
}
9683
}

0 commit comments

Comments
 (0)