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