From 7c9d40016f33ea6d274ffae7c36ccf777ecb885c Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 18 Jul 2018 01:52:58 +0800 Subject: [PATCH] update petstore samples --- samples/server/petstore/php-slim/phpunit.xml.dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/server/petstore/php-slim/phpunit.xml.dist b/samples/server/petstore/php-slim/phpunit.xml.dist index a9fd1a3ad4f..4a44f5ac146 100644 --- a/samples/server/petstore/php-slim/phpunit.xml.dist +++ b/samples/server/petstore/php-slim/phpunit.xml.dist @@ -11,16 +11,16 @@ > - .\test\Api + ./test/Api - .\test\Model + ./test/Model - .\lib\Api - .\lib\Model + ./lib/Api + ./lib/Model \ No newline at end of file