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 f761a2f commit b343f67Copy full SHA for b343f67
1 file changed
samples/client/petstore/php/OpenAPIClient-php/tests/PetApiTest.php
@@ -42,7 +42,7 @@ public static function setUpBeforeClass(): void
42
$newPet->setTags(array($tag));
43
$newPet->setCategory($category);
44
45
- $config = new Configuration();
+ $config = (new Configuration())->setHost('http://localhost/v2');
46
$petApi = new Api\PetApi(null, $config);
47
48
}
0 commit comments