|
1 | 1 | <?php |
2 | | - |
3 | | -declare(strict_types=1); |
4 | | - |
5 | 2 | /** |
6 | | - * This file is part of the CsasWebApi package |
7 | | - * |
8 | | - * https://github.com/Spoje-NET/php-csas-webapi |
9 | | - * |
10 | | - * (c) SpojeNetIT <http://spoje.net/> |
| 3 | + * DefaultApiTest |
| 4 | + * PHP version 7.4 |
11 | 5 | * |
12 | | - * For the full copyright and license information, please view the LICENSE |
13 | | - * file that was distributed with this source code. |
| 6 | + * @category Class |
| 7 | + * @package SpojeNET\Csas |
| 8 | + * @author OpenAPI Generator team |
| 9 | + * @link https://openapi-generator.tech |
14 | 10 | */ |
15 | 11 |
|
16 | 12 | /** |
17 | | - * Production Accounts API V3. |
| 13 | + * Production Accounts API V3 |
18 | 14 | * |
19 | 15 | * API for managing production accounts. |
20 | 16 | * |
21 | 17 | * The version of the OpenAPI document: 1.0.0 |
22 | 18 | * Contact: vitezslav.dvorak@spojenet.cz |
23 | 19 | * Generated by: https://openapi-generator.tech |
24 | | - * Generator version: 7.10.0 |
| 20 | + * Generator version: 7.11.0 |
25 | 21 | */ |
26 | 22 |
|
27 | 23 | /** |
|
32 | 28 |
|
33 | 29 | namespace SpojeNET\Csas\Test\Api; |
34 | 30 |
|
| 31 | +use \SpojeNET\Csas\Configuration; |
| 32 | +use \SpojeNET\Csas\ApiException; |
| 33 | +use \SpojeNET\Csas\ObjectSerializer; |
35 | 34 | use PHPUnit\Framework\TestCase; |
36 | 35 |
|
37 | 36 | /** |
38 | | - * DefaultApiTest Class Doc Comment. |
| 37 | + * DefaultApiTest Class Doc Comment |
39 | 38 | * |
40 | 39 | * @category Class |
41 | | - * |
| 40 | + * @package SpojeNET\Csas |
42 | 41 | * @author OpenAPI Generator team |
43 | | - * |
44 | | - * @see https://openapi-generator.tech |
| 42 | + * @link https://openapi-generator.tech |
45 | 43 | */ |
46 | 44 | class DefaultApiTest extends TestCase |
47 | 45 | { |
| 46 | + |
48 | 47 | /** |
49 | | - * Setup before running any test cases. |
| 48 | + * Setup before running any test cases |
50 | 49 | */ |
51 | 50 | public static function setUpBeforeClass(): void |
52 | 51 | { |
53 | 52 | } |
54 | 53 |
|
55 | 54 | /** |
56 | | - * Clean up after running all test cases. |
| 55 | + * Setup before running each test case |
57 | 56 | */ |
58 | | - public static function tearDownAfterClass(): void |
| 57 | + public function setUp(): void |
59 | 58 | { |
60 | 59 | } |
61 | 60 |
|
62 | 61 | /** |
63 | | - * Setup before running each test case. |
| 62 | + * Clean up after running each test case |
64 | 63 | */ |
65 | | - protected function setUp(): void |
| 64 | + public function tearDown(): void |
66 | 65 | { |
67 | 66 | } |
68 | 67 |
|
69 | 68 | /** |
70 | | - * Clean up after running each test case. |
| 69 | + * Clean up after running all test cases |
71 | 70 | */ |
72 | | - protected function tearDown(): void |
| 71 | + public static function tearDownAfterClass(): void |
73 | 72 | { |
74 | 73 | } |
75 | 74 |
|
76 | 75 | /** |
77 | | - * Test case for getAccountBalance. |
| 76 | + * Test case for getAccountBalance |
78 | 77 | * |
79 | 78 | * Get account balance. |
| 79 | + * |
80 | 80 | */ |
81 | | - public function testGetAccountBalance(): void |
| 81 | + public function testGetAccountBalance() |
82 | 82 | { |
83 | 83 | // TODO: implement |
84 | 84 | self::markTestIncomplete('Not implemented'); |
85 | 85 | } |
86 | 86 |
|
87 | 87 | /** |
88 | | - * Test case for getAccountStatements. |
| 88 | + * Test case for getAccountStatements |
89 | 89 | * |
90 | 90 | * Get account statements. |
| 91 | + * |
91 | 92 | */ |
92 | | - public function testGetAccountStatements(): void |
| 93 | + public function testGetAccountStatements() |
93 | 94 | { |
94 | 95 | // TODO: implement |
95 | 96 | self::markTestIncomplete('Not implemented'); |
96 | 97 | } |
97 | 98 |
|
98 | 99 | /** |
99 | | - * Test case for getAccounts. |
| 100 | + * Test case for getAccounts |
100 | 101 | * |
101 | 102 | * Get account details. |
| 103 | + * |
102 | 104 | */ |
103 | | - public function testGetAccounts(): void |
| 105 | + public function testGetAccounts() |
104 | 106 | { |
105 | 107 | // TODO: implement |
106 | 108 | self::markTestIncomplete('Not implemented'); |
107 | 109 | } |
108 | 110 |
|
109 | 111 | /** |
110 | | - * Test case for getTransactions. |
| 112 | + * Test case for getTransactions |
111 | 113 | * |
112 | 114 | * Overview of transactions. |
| 115 | + * |
113 | 116 | */ |
114 | | - public function testGetTransactions(): void |
| 117 | + public function testGetTransactions() |
115 | 118 | { |
116 | 119 | // TODO: implement |
117 | 120 | self::markTestIncomplete('Not implemented'); |
|
0 commit comments