PluginProbe
MONEI Payments for WooCommerce / 4.1.0
MONEI Payments for WooCommerce v4.1.0
7.3.3 7.3.2 7.3.1 7.3.0 7.2.4 7.2.3 7.2.2 7.2.0 7.2.1 7.1.3 2.1.0 3.0.0 3.1.0 3.1.1 4.0.0 4.1.0 4.1.1 4.2.0 4.2.1 5.0 5.1.0 5.1.1 5.1.2 5.2.2 5.2.3 All 87 releases
monei / includes / test / Model / PaymentTest.php

PaymentTest.php in MONEI Payments for WooCommerce 4.1.0, at includes/test/Model/PaymentTest.php

256 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * PaymentTest
4 *
5 * PHP version 5
6 *
7 * @category Class
8 * @package OpenAPI\Client
9 * @author OpenAPI Generator team
10 * @link https://openapi-generator.tech
11 */
12
13 /**
14 * MONEI API v1
15 *
16 * MONEI Payment Gateway API v1
17 *
18 * The version of the OpenAPI document: 1.0.0
19 *
20 * Generated by: https://openapi-generator.tech
21 * OpenAPI Generator version: 4.3.1
22 */
23
24 /**
25 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
26 * https://openapi-generator.tech
27 * Please update the test case below to test the model.
28 */
29
30 namespace OpenAPI\Client;
31
32 use PHPUnit\Framework\TestCase;
33
34 /**
35 * PaymentTest Class Doc Comment
36 *
37 * @category Class
38 * @description Payment
39 * @package OpenAPI\Client
40 * @author OpenAPI Generator team
41 * @link https://openapi-generator.tech
42 */
43 class PaymentTest extends TestCase
44 {
45
46 /**
47 * Setup before running any test case
48 */
49 public static function setUpBeforeClass()
50 {
51 }
52
53 /**
54 * Setup before running each test case
55 */
56 public function setUp()
57 {
58 }
59
60 /**
61 * Clean up after running each test case
62 */
63 public function tearDown()
64 {
65 }
66
67 /**
68 * Clean up after running all test cases
69 */
70 public static function tearDownAfterClass()
71 {
72 }
73
74 /**
75 * Test "Payment"
76 */
77 public function testPayment()
78 {
79 }
80
81 /**
82 * Test attribute "id"
83 */
84 public function testPropertyId()
85 {
86 }
87
88 /**
89 * Test attribute "amount"
90 */
91 public function testPropertyAmount()
92 {
93 }
94
95 /**
96 * Test attribute "currency"
97 */
98 public function testPropertyCurrency()
99 {
100 }
101
102 /**
103 * Test attribute "order_id"
104 */
105 public function testPropertyOrderId()
106 {
107 }
108
109 /**
110 * Test attribute "description"
111 */
112 public function testPropertyDescription()
113 {
114 }
115
116 /**
117 * Test attribute "account_id"
118 */
119 public function testPropertyAccountId()
120 {
121 }
122
123 /**
124 * Test attribute "authorization_code"
125 */
126 public function testPropertyAuthorizationCode()
127 {
128 }
129
130 /**
131 * Test attribute "livemode"
132 */
133 public function testPropertyLivemode()
134 {
135 }
136
137 /**
138 * Test attribute "status"
139 */
140 public function testPropertyStatus()
141 {
142 }
143
144 /**
145 * Test attribute "status_code"
146 */
147 public function testPropertyStatusCode()
148 {
149 }
150
151 /**
152 * Test attribute "status_message"
153 */
154 public function testPropertyStatusMessage()
155 {
156 }
157
158 /**
159 * Test attribute "customer"
160 */
161 public function testPropertyCustomer()
162 {
163 }
164
165 /**
166 * Test attribute "payment_token"
167 */
168 public function testPropertyPaymentToken()
169 {
170 }
171
172 /**
173 * Test attribute "payment_method"
174 */
175 public function testPropertyPaymentMethod()
176 {
177 }
178
179 /**
180 * Test attribute "shop"
181 */
182 public function testPropertyShop()
183 {
184 }
185
186 /**
187 * Test attribute "billing_details"
188 */
189 public function testPropertyBillingDetails()
190 {
191 }
192
193 /**
194 * Test attribute "shipping_details"
195 */
196 public function testPropertyShippingDetails()
197 {
198 }
199
200 /**
201 * Test attribute "refunded_amount"
202 */
203 public function testPropertyRefundedAmount()
204 {
205 }
206
207 /**
208 * Test attribute "last_refund_amount"
209 */
210 public function testPropertyLastRefundAmount()
211 {
212 }
213
214 /**
215 * Test attribute "last_refund_reason"
216 */
217 public function testPropertyLastRefundReason()
218 {
219 }
220
221 /**
222 * Test attribute "cancellation_reason"
223 */
224 public function testPropertyCancellationReason()
225 {
226 }
227
228 /**
229 * Test attribute "session_details"
230 */
231 public function testPropertySessionDetails()
232 {
233 }
234
235 /**
236 * Test attribute "next_action"
237 */
238 public function testPropertyNextAction()
239 {
240 }
241
242 /**
243 * Test attribute "created_at"
244 */
245 public function testPropertyCreatedAt()
246 {
247 }
248
249 /**
250 * Test attribute "updated_at"
251 */
252 public function testPropertyUpdatedAt()
253 {
254 }
255 }
256