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 e615938 commit fec0278Copy full SHA for fec0278
1 file changed
samples/client/petstore/php/OpenAPIClient-php/tests/PetApiTest.php
@@ -414,8 +414,8 @@ public function testObjectInFormData()
414
$contents = $request->getBody()->getContents();
415
416
$this->assertBodyContents('name', $name, $contents);
417
- $this->assertBodyContents('photo_urls[0]', $photo_urls[0], $contents);
418
- $this->assertBodyContents('photo_urls[1]', $photo_urls[1], $contents);
+ $this->assertBodyContents('photoUrls[0]', $photo_urls[0], $contents);
+ $this->assertBodyContents('photoUrls[1]', $photo_urls[1], $contents);
419
$this->assertBodyContents('category[id]', $category->getId(), $contents);
420
$this->assertBodyContents('category[name]', $category->getName(), $contents);
421
$this->assertBodyContents('tags[0][id]', $tags[0]->getId(), $contents);
0 commit comments