5
5
*
6
6
* @category Class
7
7
* @package Swagger\Client
8
- * @author http://github.com/swagger-api/swagger-codegen
9
- * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2
8
+ * @author Swagger Codegen team
10
9
* @link https://github.com/swagger-api/swagger-codegen
11
10
*/
12
11
13
12
/**
14
- * Swagger Petstore =end
13
+ * Swagger Petstore
15
14
*
16
- * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ =end
15
+ * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
17
16
*
18
- * OpenAPI spec version: 1.0.0 =end
19
-
17
+ * OpenAPI spec version: 1.0.0
18
+
20
19
* Generated by: https://github.com/swagger-api/swagger-codegen.git
21
- *
22
- * Licensed under the Apache License, Version 2.0 (the "License");
23
- * you may not use this file except in compliance with the License.
24
- * You may obtain a copy of the License at
25
- *
26
- * http://www.apache.org/licenses/LICENSE-2.0
27
- *
28
- * Unless required by applicable law or agreed to in writing, software
29
- * distributed under the License is distributed on an "AS IS" BASIS,
30
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31
- * See the License for the specific language governing permissions and
32
- * limitations under the License.
20
+ * Swagger Codegen version: 2.4.0-SNAPSHOT
33
21
*/
34
22
35
23
/**
41
29
namespace Swagger \Client ;
42
30
43
31
use \Swagger \Client \Configuration ;
44
- use \Swagger \Client \ApiClient ;
45
32
use \Swagger \Client \ApiException ;
46
33
use \Swagger \Client \ObjectSerializer ;
47
34
50
37
*
51
38
* @category Class
52
39
* @package Swagger\Client
53
- * @author http://github.com/swagger-api/swagger-codegen
54
- * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License v2
40
+ * @author Swagger Codegen team
55
41
* @link https://github.com/swagger-api/swagger-codegen
56
42
*/
57
43
class FakeApiTest extends \PHPUnit_Framework_TestCase
@@ -62,31 +48,77 @@ class FakeApiTest extends \PHPUnit_Framework_TestCase
62
48
*/
63
49
public static function setUpBeforeClass ()
64
50
{
65
-
66
51
}
67
52
68
53
/**
69
54
* Setup before running each test case
70
55
*/
71
56
public function setUp ()
72
57
{
73
-
74
58
}
75
59
76
60
/**
77
61
* Clean up after running each test case
78
62
*/
79
63
public function tearDown ()
80
64
{
81
-
82
65
}
83
66
84
67
/**
85
68
* Clean up after running all test cases
86
69
*/
87
70
public static function tearDownAfterClass ()
88
71
{
72
+ }
89
73
74
+ /**
75
+ * Test case for fakeOuterBooleanSerialize
76
+ *
77
+ * .
78
+ *
79
+ */
80
+ public function testFakeOuterBooleanSerialize ()
81
+ {
82
+ }
83
+
84
+ /**
85
+ * Test case for fakeOuterCompositeSerialize
86
+ *
87
+ * .
88
+ *
89
+ */
90
+ public function testFakeOuterCompositeSerialize ()
91
+ {
92
+ }
93
+
94
+ /**
95
+ * Test case for fakeOuterNumberSerialize
96
+ *
97
+ * .
98
+ *
99
+ */
100
+ public function testFakeOuterNumberSerialize ()
101
+ {
102
+ }
103
+
104
+ /**
105
+ * Test case for fakeOuterStringSerialize
106
+ *
107
+ * .
108
+ *
109
+ */
110
+ public function testFakeOuterStringSerialize ()
111
+ {
112
+ }
113
+
114
+ /**
115
+ * Test case for testClientModel
116
+ *
117
+ * To test \"client\" model.
118
+ *
119
+ */
120
+ public function testTestClientModel ()
121
+ {
90
122
}
91
123
92
124
/**
@@ -97,18 +129,35 @@ public static function tearDownAfterClass()
97
129
*/
98
130
public function testTestEndpointParameters ()
99
131
{
100
-
101
132
}
102
133
103
134
/**
104
- * Test case for testEnumQueryParameters
135
+ * Test case for testEnumParameters
105
136
*
106
- * To test enum query parameters.
137
+ * To test enum parameters.
107
138
*
108
139
*/
109
- public function testTestEnumQueryParameters ()
140
+ public function testTestEnumParameters ()
110
141
{
142
+ }
111
143
144
+ /**
145
+ * Test case for testInlineAdditionalProperties
146
+ *
147
+ * test inline additionalProperties.
148
+ *
149
+ */
150
+ public function testTestInlineAdditionalProperties ()
151
+ {
112
152
}
113
153
154
+ /**
155
+ * Test case for testJsonFormData
156
+ *
157
+ * test json serialization of form data.
158
+ *
159
+ */
160
+ public function testTestJsonFormData ()
161
+ {
162
+ }
114
163
}
0 commit comments