From c30ed059fe78dbe47ac216a8513ef93b48d44196 Mon Sep 17 00:00:00 2001 From: wing328 Date: Fri, 17 Apr 2015 00:16:09 +0800 Subject: [PATCH] update php api test with SwaggerClient.php --- .../petstore/php/SwaggerClient-php/tests/PetApiTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/client/petstore/php/SwaggerClient-php/tests/PetApiTest.php b/samples/client/petstore/php/SwaggerClient-php/tests/PetApiTest.php index dcf5fd32d31..3286208ec56 100644 --- a/samples/client/petstore/php/SwaggerClient-php/tests/PetApiTest.php +++ b/samples/client/petstore/php/SwaggerClient-php/tests/PetApiTest.php @@ -1,13 +1,13 @@ getPetById($petId); $this->assertSame($response->id, $petId);