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 0996add commit f119c2dCopy full SHA for f119c2d
1 file changed
samples/client/petstore/php/OpenAPIClient-php/tests/AsyncTest.php
@@ -16,7 +16,8 @@ class AsyncTest extends TestCase
16
17
public function setUp(): void
18
{
19
- $this->api = new Api\PetApi();
+ $config = (new Configuration())->setHost('http://localhost/v2');
20
+ $this->api = new Api\PetApi(null, $config);
21
22
$this->petId = 10005;
23
$pet = new Model\Pet;
0 commit comments