Skip to content

Commit e074101

Browse files
committed
update test
1 parent b343f67 commit e074101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/client/petstore/php/OpenAPIClient-php/tests/PetApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static function setUpBeforeClass(): void
4949

5050
public function setUp(): void
5151
{
52-
$this->api = new Api\PetApi();
52+
$this->api = $petApi;
5353
}
5454

5555
public function testGetPetById()

0 commit comments

Comments
 (0)