We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b09512 commit 19f4888Copy full SHA for 19f4888
tests/Message/PayoutRequestTest.php
@@ -80,17 +80,4 @@ public function testGetData()
80
$this->assertSame('12345678', (string) $request->trans->wminvid);
81
$this->assertSame('0', (string) $request->trans->onlyauth);
82
}
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
96
0 commit comments