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 a5ee2e0 commit b72d5caCopy full SHA for b72d5ca
1 file changed
samples/client/petstore/php/OpenAPIClient-php/tests/PetApiTest.php
@@ -114,7 +114,7 @@ public function testGetPetByIdWithHttpInfo()
114
$this->assertSame($status_code, 200);
115
$this->assertSame($response_headers['Content-Type'], ['application/json']);
116
}
117
-
+/* comment out due to https://github.com/OpenAPITools/openapi-generator/pull/7376#issuecomment-699722244
118
public function testFindPetByStatus()
119
{
120
$response = $this->api->findPetsByStatus('available');
@@ -128,7 +128,7 @@ public function testFindPetByStatus()
128
$response = $this->api->findPetsByStatus('unknown_and_incorrect_status');
129
$this->assertCount(0, $response);
130
131
+ */
132
public function testUpdatePet()
133
134
$petId = 10001;
0 commit comments