@@ -292,7 +292,7 @@ function ($exception) {
292
292
* @throws \InvalidArgumentException
293
293
* @return \GuzzleHttp\Psr7\Request
294
294
*/
295
- protected function fakeHealthGetRequest ()
295
+ public function fakeHealthGetRequest ()
296
296
{
297
297
298
298
$ resourcePath = '/fake/health ' ;
@@ -507,7 +507,7 @@ function ($exception) {
507
507
* @throws \InvalidArgumentException
508
508
* @return \GuzzleHttp\Psr7\Request
509
509
*/
510
- protected function fakeHttpSignatureTestRequest ($ pet , $ query_1 = null , $ header_1 = null )
510
+ public function fakeHttpSignatureTestRequest ($ pet , $ query_1 = null , $ header_1 = null )
511
511
{
512
512
// verify the required parameter 'pet' is set
513
513
if ($ pet === null || (is_array ($ pet ) && count ($ pet ) === 0 )) {
@@ -783,7 +783,7 @@ function ($exception) {
783
783
* @throws \InvalidArgumentException
784
784
* @return \GuzzleHttp\Psr7\Request
785
785
*/
786
- protected function fakeOuterBooleanSerializeRequest ($ body = null )
786
+ public function fakeOuterBooleanSerializeRequest ($ body = null )
787
787
{
788
788
789
789
$ resourcePath = '/fake/outer/boolean ' ;
@@ -1038,7 +1038,7 @@ function ($exception) {
1038
1038
* @throws \InvalidArgumentException
1039
1039
* @return \GuzzleHttp\Psr7\Request
1040
1040
*/
1041
- protected function fakeOuterCompositeSerializeRequest ($ outer_composite = null )
1041
+ public function fakeOuterCompositeSerializeRequest ($ outer_composite = null )
1042
1042
{
1043
1043
1044
1044
$ resourcePath = '/fake/outer/composite ' ;
@@ -1293,7 +1293,7 @@ function ($exception) {
1293
1293
* @throws \InvalidArgumentException
1294
1294
* @return \GuzzleHttp\Psr7\Request
1295
1295
*/
1296
- protected function fakeOuterNumberSerializeRequest ($ body = null )
1296
+ public function fakeOuterNumberSerializeRequest ($ body = null )
1297
1297
{
1298
1298
1299
1299
$ resourcePath = '/fake/outer/number ' ;
@@ -1548,7 +1548,7 @@ function ($exception) {
1548
1548
* @throws \InvalidArgumentException
1549
1549
* @return \GuzzleHttp\Psr7\Request
1550
1550
*/
1551
- protected function fakeOuterStringSerializeRequest ($ body = null )
1551
+ public function fakeOuterStringSerializeRequest ($ body = null )
1552
1552
{
1553
1553
1554
1554
$ resourcePath = '/fake/outer/string ' ;
@@ -1755,7 +1755,7 @@ function ($exception) {
1755
1755
* @throws \InvalidArgumentException
1756
1756
* @return \GuzzleHttp\Psr7\Request
1757
1757
*/
1758
- protected function testBodyWithFileSchemaRequest ($ file_schema_test_class )
1758
+ public function testBodyWithFileSchemaRequest ($ file_schema_test_class )
1759
1759
{
1760
1760
// verify the required parameter 'file_schema_test_class' is set
1761
1761
if ($ file_schema_test_class === null || (is_array ($ file_schema_test_class ) && count ($ file_schema_test_class ) === 0 )) {
@@ -1973,7 +1973,7 @@ function ($exception) {
1973
1973
* @throws \InvalidArgumentException
1974
1974
* @return \GuzzleHttp\Psr7\Request
1975
1975
*/
1976
- protected function testBodyWithQueryParamsRequest ($ query , $ user )
1976
+ public function testBodyWithQueryParamsRequest ($ query , $ user )
1977
1977
{
1978
1978
// verify the required parameter 'query' is set
1979
1979
if ($ query === null || (is_array ($ query ) && count ($ query ) === 0 )) {
@@ -2255,7 +2255,7 @@ function ($exception) {
2255
2255
* @throws \InvalidArgumentException
2256
2256
* @return \GuzzleHttp\Psr7\Request
2257
2257
*/
2258
- protected function testClientModelRequest ($ client )
2258
+ public function testClientModelRequest ($ client )
2259
2259
{
2260
2260
// verify the required parameter 'client' is set
2261
2261
if ($ client === null || (is_array ($ client ) && count ($ client ) === 0 )) {
@@ -2537,7 +2537,7 @@ function ($exception) {
2537
2537
* @throws \InvalidArgumentException
2538
2538
* @return \GuzzleHttp\Psr7\Request
2539
2539
*/
2540
- protected function testEndpointParametersRequest ($ number , $ double , $ pattern_without_delimiter , $ byte , $ integer = null , $ int32 = null , $ int64 = null , $ float = null , $ string = null , $ binary = null , $ date = null , $ date_time = null , $ password = null , $ callback = null )
2540
+ public function testEndpointParametersRequest ($ number , $ double , $ pattern_without_delimiter , $ byte , $ integer = null , $ int32 = null , $ int64 = null , $ float = null , $ string = null , $ binary = null , $ date = null , $ date_time = null , $ password = null , $ callback = null )
2541
2541
{
2542
2542
// verify the required parameter 'number' is set
2543
2543
if ($ number === null || (is_array ($ number ) && count ($ number ) === 0 )) {
@@ -2916,7 +2916,7 @@ function ($exception) {
2916
2916
* @throws \InvalidArgumentException
2917
2917
* @return \GuzzleHttp\Psr7\Request
2918
2918
*/
2919
- protected function testEnumParametersRequest ($ enum_header_string_array = null , $ enum_header_string = '-efg ' , $ enum_query_string_array = null , $ enum_query_string = '-efg ' , $ enum_query_integer = null , $ enum_query_double = null , $ enum_form_string_array = '$ ' , $ enum_form_string = '-efg ' )
2919
+ public function testEnumParametersRequest ($ enum_header_string_array = null , $ enum_header_string = '-efg ' , $ enum_query_string_array = null , $ enum_query_string = '-efg ' , $ enum_query_integer = null , $ enum_query_double = null , $ enum_form_string_array = '$ ' , $ enum_form_string = '-efg ' )
2920
2920
{
2921
2921
2922
2922
$ resourcePath = '/fake ' ;
@@ -3219,7 +3219,7 @@ function ($exception) {
3219
3219
* @throws \InvalidArgumentException
3220
3220
* @return \GuzzleHttp\Psr7\Request
3221
3221
*/
3222
- protected function testGroupParametersRequest ($ associative_array )
3222
+ public function testGroupParametersRequest ($ associative_array )
3223
3223
{
3224
3224
// unbox the parameters from the associative array
3225
3225
$ required_string_group = array_key_exists ('required_string_group ' , $ associative_array ) ? $ associative_array ['required_string_group ' ] : null ;
@@ -3506,7 +3506,7 @@ function ($exception) {
3506
3506
* @throws \InvalidArgumentException
3507
3507
* @return \GuzzleHttp\Psr7\Request
3508
3508
*/
3509
- protected function testInlineAdditionalPropertiesRequest ($ request_body )
3509
+ public function testInlineAdditionalPropertiesRequest ($ request_body )
3510
3510
{
3511
3511
// verify the required parameter 'request_body' is set
3512
3512
if ($ request_body === null || (is_array ($ request_body ) && count ($ request_body ) === 0 )) {
@@ -3728,7 +3728,7 @@ function ($exception) {
3728
3728
* @throws \InvalidArgumentException
3729
3729
* @return \GuzzleHttp\Psr7\Request
3730
3730
*/
3731
- protected function testJsonFormDataRequest ($ param , $ param2 )
3731
+ public function testJsonFormDataRequest ($ param , $ param2 )
3732
3732
{
3733
3733
// verify the required parameter 'param' is set
3734
3734
if ($ param === null || (is_array ($ param ) && count ($ param ) === 0 )) {
@@ -3969,7 +3969,7 @@ function ($exception) {
3969
3969
* @throws \InvalidArgumentException
3970
3970
* @return \GuzzleHttp\Psr7\Request
3971
3971
*/
3972
- protected function testQueryParameterCollectionFormatRequest ($ pipe , $ ioutil , $ http , $ url , $ context )
3972
+ public function testQueryParameterCollectionFormatRequest ($ pipe , $ ioutil , $ http , $ url , $ context )
3973
3973
{
3974
3974
// verify the required parameter 'pipe' is set
3975
3975
if ($ pipe === null || (is_array ($ pipe ) && count ($ pipe ) === 0 )) {
0 commit comments